Color Hex Logo

#bd873a Color Hex

#BD873A
(189,135,58)
0 Favorites   0 Comments

Color spaces of #bd873a

RGB 18913558
HSL0.100.530.48
HSV35°69°74°
CMYK 0.000.290.69   0.26
XYZ30.414028.45237.8918
Yxy28.45230.45560.4262
Hunter Lab53.34078.431628.5665
CIE-Lab60.295213.132748.1557

#bd873a color RGB value is (189,135,58).

#bd873a hex color red value is 189, green value is 135 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bd873a hue: 0.10 , saturation: 0.53 and the lightness value of bd873a is 0.48.

The process color (four color CMYK) of #bd873a color hex is 0.00, 0.29, 0.69, 0.26. Web safe color of #bd873a is #cc9933. Color #bd873a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 00111010
Octal 275 207 72
Decimal 189 135 58
Hex BD 87 3A

RGB Percentages of Color #bd873a

%49.48
%35.34
%15.18

CMYK Percentages of Color #bd873a

%0
%29
%69
%26

Triadic Colors of #bd873a

#bd873a #3abd87 #873abd

Analogous Colors of #bd873a

#bd873a #b2bd3a #bd463a

Monochromatic Colors of #bd873a

#bd873a

Complementary Color

#bd873a #3a70bd

#bd873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd873a Color CSS Codes

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

#bd873a Text Font Color

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

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


#bd873a Background Color

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

This div background color is #bd873a


#bd873a Border Color

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

This div border color is #bd873a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd873a


Comments

No comments written yet.

Please login to write comment.