Color Hex Logo

#bd9355 Color Hex

#BD9355
(189,147,85)
0 Favorites   0 Comments

Color spaces of #bd9355

RGB 18914785
HSL0.100.440.54
HSV36°55°74°
CMYK 0.000.220.55   0.26
XYZ33.059732.342113.0946
Yxy32.34210.42120.4120
Hunter Lab56.87014.242826.1573
CIE-Lab63.62468.423938.5633

#bd9355 color RGB value is (189,147,85).

#bd9355 hex color red value is 189, green value is 147 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bd9355 hue: 0.10 , saturation: 0.44 and the lightness value of bd9355 is 0.54.

The process color (four color CMYK) of #bd9355 color hex is 0.00, 0.22, 0.55, 0.26. Web safe color of #bd9355 is #cc9966. Color #bd9355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 01010101
Octal 275 223 125
Decimal 189 147 85
Hex BD 93 55

RGB Percentages of Color #bd9355

%44.89
%34.92
%20.19

CMYK Percentages of Color #bd9355

%0
%22
%55
%26

Triadic Colors of #bd9355

#bd9355 #55bd93 #9355bd

Analogous Colors of #bd9355

#bd9355 #b3bd55 #bd5f55

Monochromatic Colors of #bd9355

#bd9355

Complementary Color

#bd9355 #557fbd

#bd9355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9355 Color CSS Codes

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

#bd9355 Text Font Color

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

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


#bd9355 Background Color

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

This div background color is #bd9355


#bd9355 Border Color

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

This div border color is #bd9355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9355


Comments

No comments written yet.

Please login to write comment.