Color Hex Logo

#bd964b Color Hex

#BD964B
(189,150,75)
0 Favorites   0 Comments

Color spaces of #bd964b

RGB 18915075
HSL0.110.460.52
HSV39°60°74°
CMYK 0.000.210.60   0.26
XYZ33.162633.139511.3053
Yxy33.13950.42730.4270
Hunter Lab57.56692.086528.6532
CIE-Lab64.27375.990544.4009

#bd964b color RGB value is (189,150,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 01001011
Octal 275 226 113
Decimal 189 150 75
Hex BD 96 4B

RGB Percentages of Color #bd964b

%45.65
%36.23
%18.12

CMYK Percentages of Color #bd964b

%0
%21
%60
%26

Triadic Colors of #bd964b

#bd964b #4bbd96 #964bbd

Analogous Colors of #bd964b

#bd964b #abbd4b #bd5d4b

Monochromatic Colors of #bd964b

#bd964b

Complementary Color

#bd964b #4b72bd

#bd964b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd964b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd964b Color CSS Codes

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

#bd964b Text Font Color

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

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


#bd964b Background Color

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

This div background color is #bd964b


#bd964b Border Color

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

This div border color is #bd964b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd964b

#bd964b Color Palettes


Comments

No comments written yet.

Please login to write comment.