Color Hex Logo

#bd963f Color Hex

#BD963F
(189,150,63)
0 Favorites   0 Comments

Color spaces of #bd963f

RGB 18915063
HSL0.120.500.49
HSV41°67°74°
CMYK 0.000.210.67   0.26
XYZ32.789832.99049.3422
Yxy32.99040.43650.4392
Hunter Lab57.43731.386930.5625
CIE-Lab64.15315.186349.9833

#bd963f color RGB value is (189,150,63).

#bd963f hex color red value is 189, green value is 150 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bd963f hue: 0.12 , saturation: 0.50 and the lightness value of bd963f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 00111111
Octal 275 226 77
Decimal 189 150 63
Hex BD 96 3F

RGB Percentages of Color #bd963f

%47.01
%37.31
%15.67

CMYK Percentages of Color #bd963f

%0
%21
%67
%26

Triadic Colors of #bd963f

#bd963f #3fbd96 #963fbd

Analogous Colors of #bd963f

#bd963f #a5bd3f #bd573f

Monochromatic Colors of #bd963f

#bd963f

Complementary Color

#bd963f #3f66bd

#bd963f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd963f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd963f Color CSS Codes

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

#bd963f Text Font Color

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

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


#bd963f Background Color

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

This div background color is #bd963f


#bd963f Border Color

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

This div border color is #bd963f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd963f


Comments

No comments written yet.

Please login to write comment.