Color Hex Logo

#bd9958 Color Hex

#BD9958
(189,153,88)
0 Favorites   0 Comments

Color spaces of #bd9958

RGB 18915388
HSL0.110.430.54
HSV39°53°74°
CMYK 0.000.190.53   0.26
XYZ34.139034.305914.0549
Yxy34.30590.41380.4158
Hunter Lab58.57121.541426.7725
CIE-Lab65.20475.399138.9310

#bd9958 color RGB value is (189,153,88).

#bd9958 hex color red value is 189, green value is 153 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bd9958 hue: 0.11 , saturation: 0.43 and the lightness value of bd9958 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 01011000
Octal 275 231 130
Decimal 189 153 88
Hex BD 99 58

RGB Percentages of Color #bd9958

%43.95
%35.58
%20.47

CMYK Percentages of Color #bd9958

%0
%19
%53
%26

Triadic Colors of #bd9958

#bd9958 #58bd99 #9958bd

Analogous Colors of #bd9958

#bd9958 #afbd58 #bd6758

Monochromatic Colors of #bd9958

#bd9958

Complementary Color

#bd9958 #587cbd

#bd9958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9958 Color CSS Codes

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

#bd9958 Text Font Color

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

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


#bd9958 Background Color

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

This div background color is #bd9958


#bd9958 Border Color

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

This div border color is #bd9958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9958


Comments

No comments written yet.

Please login to write comment.