Color Hex Logo

#be910b Color Hex

#BE910B
(190,145,11)
0 Favorites   0 Comments

Color spaces of #be910b

RGB 19014511
HSL0.120.890.39
HSV45°94°75°
CMYK 0.000.240.94   0.25
XYZ31.421031.22214.6870
Yxy31.22210.46670.4637
Hunter Lab55.87672.591134.1404
CIE-Lab62.69476.523665.5874

#be910b color RGB value is (190,145,11).

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

The process color (four color CMYK) of #be910b color hex is 0.00, 0.24, 0.94, 0.25. Web safe color of #be910b is #cc9900. Color #be910b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010001 00001011
Octal 276 221 13
Decimal 190 145 11
Hex BE 91 B

RGB Percentages of Color #be910b

%54.91
%41.91
%3.18

CMYK Percentages of Color #be910b

%0
%24
%94
%25

Triadic Colors of #be910b

#be910b #0bbe91 #910bbe

Analogous Colors of #be910b

#be910b #92be0b #be380b

Monochromatic Colors of #be910b

#be910b

Complementary Color

#be910b #0b38be

#be910b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be910b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be910b Color CSS Codes

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

#be910b Text Font Color

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

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


#be910b Background Color

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

This div background color is #be910b


#be910b Border Color

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

This div border color is #be910b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,145,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 #be910b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be910b


Comments

No comments written yet.

Please login to write comment.