Color Hex Logo

#bd831b Color Hex

#BD831B
(189,131,27)
0 Favorites   0 Comments

Color spaces of #bd831b

RGB 18913127
HSL0.110.750.42
HSV39°86°74°
CMYK 0.000.310.86   0.26
XYZ29.300427.13054.7293
Yxy27.13050.47910.4436
Hunter Lab52.08699.259231.0776
CIE-Lab59.094914.080359.1707

#bd831b color RGB value is (189,131,27).

#bd831b hex color red value is 189, green value is 131 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bd831b hue: 0.11 , saturation: 0.75 and the lightness value of bd831b is 0.42.

The process color (four color CMYK) of #bd831b color hex is 0.00, 0.31, 0.86, 0.26. Web safe color of #bd831b is #cc9933. Color #bd831b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 00011011
Octal 275 203 33
Decimal 189 131 27
Hex BD 83 1B

RGB Percentages of Color #bd831b

%54.47
%37.75
%7.78

CMYK Percentages of Color #bd831b

%0
%31
%86
%26

Triadic Colors of #bd831b

#bd831b #1bbd83 #831bbd

Analogous Colors of #bd831b

#bd831b #a6bd1b #bd321b

Monochromatic Colors of #bd831b

#bd831b

Complementary Color

#bd831b #1b55bd

#bd831b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd831b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd831b Color CSS Codes

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

#bd831b Text Font Color

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

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


#bd831b Background Color

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

This div background color is #bd831b


#bd831b Border Color

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

This div border color is #bd831b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd831b


Comments

No comments written yet.

Please login to write comment.