Color Hex Logo

#bd904b Color Hex

#BD904B
(189,144,75)
0 Favorites   0 Comments

Color spaces of #bd904b

RGB 18914475
HSL0.100.460.52
HSV36°60°74°
CMYK 0.000.240.60   0.26
XYZ32.229531.273310.9943
Yxy31.27330.43260.4198
Hunter Lab55.92255.009427.4894
CIE-Lab62.73779.278542.6226

#bd904b color RGB value is (189,144,75).

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

The process color (four color CMYK) of #bd904b color hex is 0.00, 0.24, 0.60, 0.26. Web safe color of #bd904b is #cc9933. Color #bd904b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 01001011
Octal 275 220 113
Decimal 189 144 75
Hex BD 90 4B

RGB Percentages of Color #bd904b

%46.32
%35.29
%18.38

CMYK Percentages of Color #bd904b

%0
%24
%60
%26

Triadic Colors of #bd904b

#bd904b #4bbd90 #904bbd

Analogous Colors of #bd904b

#bd904b #b1bd4b #bd574b

Monochromatic Colors of #bd904b

#bd904b

Complementary Color

#bd904b #4b78bd

#bd904b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd904b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd904b Color CSS Codes

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

#bd904b Text Font Color

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

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


#bd904b Background Color

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

This div background color is #bd904b


#bd904b Border Color

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

This div border color is #bd904b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd904b


Comments

No comments written yet.

Please login to write comment.