Color Hex Logo

#bd851d Color Hex

#BD851D
(189,133,29)
0 Favorites   0 Comments

Color spaces of #bd851d

RGB 18913329
HSL0.110.730.43
HSV39°85°74°
CMYK 0.000.300.85   0.26
XYZ29.595627.68264.9458
Yxy27.68260.47560.4449
Hunter Lab52.61438.331631.2567
CIE-Lab59.600913.029958.9863

#bd851d color RGB value is (189,133,29).

#bd851d hex color red value is 189, green value is 133 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bd851d hue: 0.11 , saturation: 0.73 and the lightness value of bd851d is 0.43.

The process color (four color CMYK) of #bd851d color hex is 0.00, 0.30, 0.85, 0.26. Web safe color of #bd851d is #cc9933. Color #bd851d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 00011101
Octal 275 205 35
Decimal 189 133 29
Hex BD 85 1D

RGB Percentages of Color #bd851d

%53.85
%37.89
%8.26

CMYK Percentages of Color #bd851d

%0
%30
%85
%26

Triadic Colors of #bd851d

#bd851d #1dbd85 #851dbd

Analogous Colors of #bd851d

#bd851d #a5bd1d #bd351d

Monochromatic Colors of #bd851d

#bd851d

Complementary Color

#bd851d #1d55bd

#bd851d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd851d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd851d Color CSS Codes

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

#bd851d Text Font Color

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

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


#bd851d Background Color

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

This div background color is #bd851d


#bd851d Border Color

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

This div border color is #bd851d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd851d


Comments

No comments written yet.

Please login to write comment.