Color Hex Logo

#be890c Color Hex

#BE890C
(190,137,12)
0 Favorites   0 Comments

Color spaces of #be890c

RGB 19013712
HSL0.120.880.40
HSV42°94°75°
CMYK 0.000.280.94   0.25
XYZ30.247228.86504.3251
Yxy28.86500.47680.4550
Hunter Lab53.72626.472632.8353
CIE-Lab60.662310.924063.9359

#be890c color RGB value is (190,137,12).

#be890c hex color red value is 190, green value is 137 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #be890c hue: 0.12 , saturation: 0.88 and the lightness value of be890c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 00001100
Octal 276 211 14
Decimal 190 137 12
Hex BE 89 C

RGB Percentages of Color #be890c

%56.05
%40.41
%3.54

CMYK Percentages of Color #be890c

%0
%28
%94
%25

Triadic Colors of #be890c

#be890c #0cbe89 #890cbe

Analogous Colors of #be890c

#be890c #9abe0c #be300c

Monochromatic Colors of #be890c

#be890c

Complementary Color

#be890c #0c41be

#be890c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be890c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be890c Color CSS Codes

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

#be890c Text Font Color

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

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


#be890c Background Color

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

This div background color is #be890c


#be890c Border Color

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

This div border color is #be890c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be890c


Comments

No comments written yet.

Please login to write comment.