Color Hex Logo

#be722b Color Hex

#BE722B
(190,114,43)
0 Favorites   0 Comments

Color spaces of #be722b

RGB 19011443
HSL0.080.630.46
HSV29°77°75°
CMYK 0.000.400.77   0.25
XYZ27.688623.15625.2957
Yxy23.15620.49320.4125
Hunter Lab48.120918.496827.1598
CIE-Lab55.232924.416549.8105

#be722b color RGB value is (190,114,43).

#be722b hex color red value is 190, green value is 114 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #be722b hue: 0.08 , saturation: 0.63 and the lightness value of be722b is 0.46.

The process color (four color CMYK) of #be722b color hex is 0.00, 0.40, 0.77, 0.25. Web safe color of #be722b is #cc6633. Color #be722b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 00101011
Octal 276 162 53
Decimal 190 114 43
Hex BE 72 2B

RGB Percentages of Color #be722b

%54.76
%32.85
%12.39

CMYK Percentages of Color #be722b

%0
%40
%77
%25

Triadic Colors of #be722b

#be722b #2bbe72 #722bbe

Analogous Colors of #be722b

#be722b #bebc2b #be2b2d

Monochromatic Colors of #be722b

#be722b

Complementary Color

#be722b #2b77be

#be722b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be722b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be722b Color CSS Codes

.mybgcolor {background-color:#be722b; } 
.myforecolor {color:#be722b; }
.mybordercolor {border:3px solid #be722b; }

#be722b Text Font Color

<p style="color:#be722b">Text here</p>

This sample text font color is #be722b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#be722b Background Color

<div style="background-color:#be722b">
Div content here</div>

This div background color is #be722b


#be722b Border Color

<div style="border:3px solid #be722b">
Div here</div>

This div border color is #be722b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,114,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be722b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be722b;
  -webkit-box-shadow: 1px 1px 3px 2px #be722b;
  box-shadow:         1px 1px 3px 2px #be722b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,114,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be722b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #be722b;
  -webkit-box-shadow: 1px 1px 3px 2px #be722b;
  box-shadow:         1px 1px 3px 2px #be722b;">
Div content here</div>

This div box has shadow with color #be722b


Comments

No comments written yet.

Please login to write comment.