Color Hex Logo

#bd964c Color Hex

#BD964C
(189,150,76)
0 Favorites   0 Comments

Color spaces of #bd964c

RGB 18915076
HSL0.110.460.52
HSV39°60°74°
CMYK 0.000.210.60   0.26
XYZ33.197133.153311.4870
Yxy33.15330.42650.4259
Hunter Lab57.57892.151028.4769
CIE-Lab64.28486.064543.9192

#bd964c color RGB value is (189,150,76).

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

The process color (four color CMYK) of #bd964c color hex is 0.00, 0.21, 0.60, 0.26. Web safe color of #bd964c is #cc9933. Color #bd964c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 01001100
Octal 275 226 114
Decimal 189 150 76
Hex BD 96 4C

RGB Percentages of Color #bd964c

%45.54
%36.14
%18.31

CMYK Percentages of Color #bd964c

%0
%21
%60
%26

Triadic Colors of #bd964c

#bd964c #4cbd96 #964cbd

Analogous Colors of #bd964c

#bd964c #acbd4c #bd5e4c

Monochromatic Colors of #bd964c

#bd964c

Complementary Color

#bd964c #4c73bd

#bd964c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd964c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd964c Color CSS Codes

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

#bd964c Text Font Color

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

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


#bd964c Background Color

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

This div background color is #bd964c


#bd964c Border Color

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

This div border color is #bd964c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd964c


Comments

No comments written yet.

Please login to write comment.