Color Hex Logo

#bd954d Color Hex

#BD954D
(189,149,77)
0 Favorites   0 Comments

Color spaces of #bd954d

RGB 18914977
HSL0.110.460.52
HSV39°59°74°
CMYK 0.000.210.59   0.26
XYZ33.073332.849511.6186
Yxy32.84950.42650.4236
Hunter Lab57.31452.703028.1011
CIE-Lab64.03896.686643.1355

#bd954d color RGB value is (189,149,77).

#bd954d hex color red value is 189, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bd954d hue: 0.11 , saturation: 0.46 and the lightness value of bd954d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 01001101
Octal 275 225 115
Decimal 189 149 77
Hex BD 95 4D

RGB Percentages of Color #bd954d

%45.54
%35.90
%18.55

CMYK Percentages of Color #bd954d

%0
%21
%59
%26

Triadic Colors of #bd954d

#bd954d #4dbd95 #954dbd

Analogous Colors of #bd954d

#bd954d #adbd4d #bd5d4d

Monochromatic Colors of #bd954d

#bd954d

Complementary Color

#bd954d #4d75bd

#bd954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd954d Color CSS Codes

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

#bd954d Text Font Color

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

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


#bd954d Background Color

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

This div background color is #bd954d


#bd954d Border Color

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

This div border color is #bd954d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd954d


Comments

No comments written yet.

Please login to write comment.