Color Hex Logo

#bd9655 Color Hex

#BD9655
(189,150,85)
0 Favorites   0 Comments

Color spaces of #bd9655

RGB 18915085
HSL0.100.440.54
HSV38°55°74°
CMYK 0.000.210.55   0.26
XYZ33.532333.287413.2521
Yxy33.28740.41880.4157
Hunter Lab57.69522.777026.7683
CIE-Lab64.39296.779839.4938

#bd9655 color RGB value is (189,150,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 01010101
Octal 275 226 125
Decimal 189 150 85
Hex BD 96 55

RGB Percentages of Color #bd9655

%44.58
%35.38
%20.05

CMYK Percentages of Color #bd9655

%0
%21
%55
%26

Triadic Colors of #bd9655

#bd9655 #55bd96 #9655bd

Analogous Colors of #bd9655

#bd9655 #b0bd55 #bd6255

Monochromatic Colors of #bd9655

#bd9655

Complementary Color

#bd9655 #557cbd

#bd9655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9655 Color CSS Codes

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

#bd9655 Text Font Color

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

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


#bd9655 Background Color

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

This div background color is #bd9655


#bd9655 Border Color

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

This div border color is #bd9655


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,150,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 #bd9655">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9655


Comments

No comments written yet.

Please login to write comment.