Color Hex Logo

#bd904f Color Hex

#BD904F
(189,144,79)
0 Favorites   0 Comments

Color spaces of #bd904f

RGB 18914479
HSL0.100.450.53
HSV35°58°74°
CMYK 0.000.240.58   0.26
XYZ32.370831.329811.7383
Yxy31.32980.42910.4153
Hunter Lab55.97305.278826.7472
CIE-Lab62.78519.583140.6491

#bd904f color RGB value is (189,144,79).

#bd904f hex color red value is 189, green value is 144 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bd904f hue: 0.10 , saturation: 0.45 and the lightness value of bd904f is 0.53.

The process color (four color CMYK) of #bd904f color hex is 0.00, 0.24, 0.58, 0.26. Web safe color of #bd904f is #cc9966. Color #bd904f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 01001111
Octal 275 220 117
Decimal 189 144 79
Hex BD 90 4F

RGB Percentages of Color #bd904f

%45.87
%34.95
%19.17

CMYK Percentages of Color #bd904f

%0
%24
%58
%26

Triadic Colors of #bd904f

#bd904f #4fbd90 #904fbd

Analogous Colors of #bd904f

#bd904f #b3bd4f #bd594f

Monochromatic Colors of #bd904f

#bd904f

Complementary Color

#bd904f #4f7cbd

#bd904f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd904f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd904f Color CSS Codes

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

#bd904f Text Font Color

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

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


#bd904f Background Color

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

This div background color is #bd904f


#bd904f Border Color

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

This div border color is #bd904f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd904f


Comments

No comments written yet.

Please login to write comment.