Color Hex Logo

#bd8559 Color Hex

#BD8559
(189,133,89)
0 Favorites   0 Comments

Color spaces of #bd8559

RGB 18913389
HSL0.070.430.55
HSV26°53°74°
CMYK 0.000.300.53   0.26
XYZ31.177028.315113.2734
Yxy28.31510.42850.3891
Hunter Lab53.211911.462722.4588
CIE-Lab60.172416.498532.1638

#bd8559 color RGB value is (189,133,89).

#bd8559 hex color red value is 189, green value is 133 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bd8559 hue: 0.07 , saturation: 0.43 and the lightness value of bd8559 is 0.55.

The process color (four color CMYK) of #bd8559 color hex is 0.00, 0.30, 0.53, 0.26. Web safe color of #bd8559 is #cc9966. Color #bd8559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 01011001
Octal 275 205 131
Decimal 189 133 89
Hex BD 85 59

RGB Percentages of Color #bd8559

%45.99
%32.36
%21.65

CMYK Percentages of Color #bd8559

%0
%30
%53
%26

Triadic Colors of #bd8559

#bd8559 #59bd85 #8559bd

Analogous Colors of #bd8559

#bd8559 #bdb759 #bd595f

Monochromatic Colors of #bd8559

#bd8559

Complementary Color

#bd8559 #5991bd

#bd8559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8559 Color CSS Codes

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

#bd8559 Text Font Color

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

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


#bd8559 Background Color

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

This div background color is #bd8559


#bd8559 Border Color

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

This div border color is #bd8559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8559


Comments

No comments written yet.

Please login to write comment.