Color Hex Logo

#bd913f Color Hex

#BD913F
(189,145,63)
0 Favorites   0 Comments

Color spaces of #bd913f

RGB 18914563
HSL0.110.500.49
HSV39°67°74°
CMYK 0.000.230.67   0.26
XYZ32.008931.42859.0819
Yxy31.42850.44140.4334
Hunter Lab56.06113.810129.6378
CIE-Lab62.86777.920748.5941

#bd913f color RGB value is (189,145,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010001 00111111
Octal 275 221 77
Decimal 189 145 63
Hex BD 91 3F

RGB Percentages of Color #bd913f

%47.61
%36.52
%15.87

CMYK Percentages of Color #bd913f

%0
%23
%67
%26

Triadic Colors of #bd913f

#bd913f #3fbd91 #913fbd

Analogous Colors of #bd913f

#bd913f #aabd3f #bd523f

Monochromatic Colors of #bd913f

#bd913f

Complementary Color

#bd913f #3f6bbd

#bd913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd913f Color CSS Codes

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

#bd913f Text Font Color

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

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


#bd913f Background Color

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

This div background color is #bd913f


#bd913f Border Color

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

This div border color is #bd913f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,145,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 #bd913f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd913f


Comments

No comments written yet.

Please login to write comment.