Color Hex Logo

#bd905f Color Hex

#BD905F
(189,144,95)
0 Favorites   0 Comments

Color spaces of #bd905f

RGB 18914495
HSL0.090.420.56
HSV31°50°74°
CMYK 0.000.240.50   0.26
XYZ33.025131.591615.1836
Yxy31.59160.41380.3959
Hunter Lab56.20646.519723.3279
CIE-Lab63.003910.976732.5002

#bd905f color RGB value is (189,144,95).

#bd905f hex color red value is 189, green value is 144 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bd905f hue: 0.09 , saturation: 0.42 and the lightness value of bd905f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 01011111
Octal 275 220 137
Decimal 189 144 95
Hex BD 90 5F

RGB Percentages of Color #bd905f

%44.16
%33.64
%22.20

CMYK Percentages of Color #bd905f

%0
%24
%50
%26

Triadic Colors of #bd905f

#bd905f #5fbd90 #905fbd

Analogous Colors of #bd905f

#bd905f #bbbd5f #bd615f

Monochromatic Colors of #bd905f

#bd905f

Complementary Color

#bd905f #5f8cbd

#bd905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd905f Color CSS Codes

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

#bd905f Text Font Color

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

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


#bd905f Background Color

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

This div background color is #bd905f


#bd905f Border Color

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

This div border color is #bd905f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd905f


Comments

No comments written yet.

Please login to write comment.