Color Hex Logo

#be710b Color Hex

#BE710B
(190,113,11)
0 Favorites   0 Comments

Color spaces of #be710b

RGB 19011311
HSL0.090.890.39
HSV34°94°75°
CMYK 0.000.410.94   0.25
XYZ27.200722.78163.2803
Yxy22.78160.51070.4277
Hunter Lab47.730118.197029.3363
CIE-Lab54.846724.122859.9173

#be710b color RGB value is (190,113,11).

#be710b hex color red value is 190, green value is 113 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #be710b hue: 0.09 , saturation: 0.89 and the lightness value of be710b is 0.39.

The process color (four color CMYK) of #be710b color hex is 0.00, 0.41, 0.94, 0.25. Web safe color of #be710b is #cc6600. Color #be710b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 00001011
Octal 276 161 13
Decimal 190 113 11
Hex BE 71 B

RGB Percentages of Color #be710b

%60.51
%35.99
%3.50

CMYK Percentages of Color #be710b

%0
%41
%94
%25

Triadic Colors of #be710b

#be710b #0bbe71 #710bbe

Analogous Colors of #be710b

#be710b #b2be0b #be180b

Monochromatic Colors of #be710b

#be710b

Complementary Color

#be710b #0b58be

#be710b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be710b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be710b Color CSS Codes

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

#be710b Text Font Color

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

This sample text font color is #be710b
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.


#be710b Background Color

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

This div background color is #be710b


#be710b Border Color

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

This div border color is #be710b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be710b


Comments

No comments written yet.

Please login to write comment.