Color Hex Logo

#be902f Color Hex

#BE902F
(190,144,47)
0 Favorites   0 Comments

Color spaces of #be902f

RGB 19014447
HSL0.110.600.46
HSV41°75°75°
CMYK 0.000.240.75   0.25
XYZ31.721631.09897.0201
Yxy31.09890.45420.4453
Hunter Lab55.76643.945031.5728
CIE-Lab62.59108.069355.3049

#be902f color RGB value is (190,144,47).

#be902f hex color red value is 190, green value is 144 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #be902f hue: 0.11 , saturation: 0.60 and the lightness value of be902f is 0.46.

The process color (four color CMYK) of #be902f color hex is 0.00, 0.24, 0.75, 0.25. Web safe color of #be902f is #cc9933. Color #be902f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 00101111
Octal 276 220 57
Decimal 190 144 47
Hex BE 90 2F

RGB Percentages of Color #be902f

%49.87
%37.80
%12.34

CMYK Percentages of Color #be902f

%0
%24
%75
%25

Triadic Colors of #be902f

#be902f #2fbe90 #902fbe

Analogous Colors of #be902f

#be902f #a5be2f #be492f

Monochromatic Colors of #be902f

#be902f

Complementary Color

#be902f #2f5dbe

#be902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be902f Color CSS Codes

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

#be902f Text Font Color

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

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


#be902f Background Color

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

This div background color is #be902f


#be902f Border Color

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

This div border color is #be902f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be902f


Comments

No comments written yet.

Please login to write comment.