@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#be6c05 hex color - Orange - Warm color - Information

#be6c05 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #be6c05 Color code in RGB color code model is created after adding 74.51% red color, 42.35% green color and 1.96% blue color. Hex #be6c05 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 97% yellow and 25.49% black.

Hex #be6c05 color code is between #bb6600 web safe hex color code and #cc7700 web safe hex color code. #bb6600 is the nearest web safe color code. You can see here many more shades of #be6c05 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codebe6c05#be6c05
RGB Decimal190, 108, 5rgb(190, 108, 5)
RGB Percent75%, 42%, 2%rgb(75%, 42%, 2%)
CSS RGBa190, 108, 5,1rgba(190,108,5,1)
CMYK Modelcmyk(0%,43%,97%,25.49%)
HSL Color Space33,95% ,38%hsl(33,95% ,38%)
HSV Color Space33°, 97%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100110110000000101
Octal2761545
Decimal1901085
Hexbe6c05

Different shades of #be6c05 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #be6c05
#f08806
Dark Shade of #be6c05
#8c5004
Saturated Shade of #be6c05
#c36d00
Desaturated Shade of #be6c05
#b46b0f
Grey scale Shade of #be6c05
#616161
Brighten Shade
#d7851e
Most Readable Shade
#FFFFFF

Shades of #be6c05 color code

Generate more color scales with scales (color stack) generator.

#be6c05
#a86004
#935403
#7e4803
#693c02
#543002
#3f2401
#2a1801
#150c00
#000000

Similar Color like #be6c05 color

Find visually similar hex color codes nearing to #be6c05 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bf6d06
#c06e07
#c16f08
#c27009
#c3710a
#c4720b
#c5730c
#c6740d
#c7750e
#c8760f
#c97710
#ca7811
#cb7912
#cc7a13
#bd6b04
#bc6a03
#bb6902
#ba6801
#b96700
#b86600
#b76500
#b66400
#b56300
#b46200
#b36100
#b26000
#b15f00
#b05e00

Monochromatic Color with #be6c05

#be6c05
#e88406
#140b01
#3e2402
#693c03
#935404

Tints of #be6c05 Color

#be6c05
#c57c20
#cc8c3c
#d39d58
#daad74
#e2bd8f
#e9ceab
#f0dec7
#f7eee3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#be6c05
#0557be

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#be6c05
#05b3be
#1005be

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#be2205
#be4705
#be6c05
#be9105
#beb605

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#be6c05
#05be6c
#6c05be

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#be6c05
#05be0f
#0557be
#be05b3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#be6c05
#0557be
#1005be
#b3be05

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #be6c05 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#be6c05 Color Code Preview on Black Background Color

This is how #be6c05 Color will look on black background color. Color contrast ratio is 5.34

#be6c05 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#be6c05">Your Example Paragraph content text in with font color #be6c05 </p>

Your Example Paragraph content text in with font color #be6c05

HTML with inline CSS

<div style="color:#be6c05">Your Paragraph text in with font color #be6c05 </div>

Your Example Paragraph content text in with font color #be6c05

#be6c05 color code is use for CSS Background Color

Background color for the above div is #be6c05

HTML with inline CSS

<div style="background-color:#be6c05;"></div>

#be6c05 color code is use for CSS Border Color

CSS Border color for the above div is #be6c05

HTML with inline CSS

<div style="border:5px solid #be6c05;"></div>

CSS Border Left color for the above div is #be6c05

HTML with inline CSS

<div style="border-left:5px solid #be6c05;"></div>

CSS Border Right color for the above div is #be6c05

HTML with inline CSS

<div style="border-right:5px solid #be6c05;"></div>

CSS Border Bottom color for the above div is #be6c05

HTML with inline CSS

<div style="border-bottom:5px solid #be6c05;"></div>

CSS Border Top color for the above div is #be6c05

HTML with inline CSS

<div style="border-top:5px solid #be6c05;"></div>

#be6c05 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#be6c05; } .examplecolorclass {color:#be6c05; } .examplebordercolor {border:3px solid #be6c05; }

#be6c05 Color code Preview on White Background

This is how #be6c05 Color code will look on white background color. Color contrast ratio is 3.94

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #be6c05; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #be6c05; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(190,108,5,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(5,87,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,108,5,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.