Color Hex Logo

#bd892a Color Hex

#BD892A
(189,137,42)
0 Favorites   0 Comments

Color spaces of #bd892a

RGB 18913742
HSL0.110.640.45
HSV39°78°74°
CMYK 0.000.280.78   0.26
XYZ30.349828.87736.1648
Yxy28.87730.46410.4416
Hunter Lab53.73766.772030.8145
CIE-Lab60.673211.262655.3972

#bd892a color RGB value is (189,137,42).

#bd892a hex color red value is 189, green value is 137 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd892a hue: 0.11 , saturation: 0.64 and the lightness value of bd892a is 0.45.

The process color (four color CMYK) of #bd892a color hex is 0.00, 0.28, 0.78, 0.26. Web safe color of #bd892a is #cc9933. Color #bd892a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 00101010
Octal 275 211 52
Decimal 189 137 42
Hex BD 89 2A

RGB Percentages of Color #bd892a

%51.36
%37.23
%11.41

CMYK Percentages of Color #bd892a

%0
%28
%78
%26

Triadic Colors of #bd892a

#bd892a #2abd89 #892abd

Analogous Colors of #bd892a

#bd892a #a8bd2a #bd3f2a

Monochromatic Colors of #bd892a

#bd892a

Complementary Color

#bd892a #2a5ebd

#bd892a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd892a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd892a Color CSS Codes

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

#bd892a Text Font Color

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

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


#bd892a Background Color

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

This div background color is #bd892a


#bd892a Border Color

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

This div border color is #bd892a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd892a


Comments

No comments written yet.

Please login to write comment.