Color Hex Logo

#bd893a Color Hex

#BD893A
(189,137,58)
0 Favorites   0 Comments

Color spaces of #bd893a

RGB 18913758
HSL0.100.530.48
HSV36°69°74°
CMYK 0.000.280.69   0.26
XYZ30.695629.01567.9857
Yxy29.01560.45340.4286
Hunter Lab53.86617.452428.9165
CIE-Lab60.795412.028948.6887

#bd893a color RGB value is (189,137,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 00111010
Octal 275 211 72
Decimal 189 137 58
Hex BD 89 3A

RGB Percentages of Color #bd893a

%49.22
%35.68
%15.10

CMYK Percentages of Color #bd893a

%0
%28
%69
%26

Triadic Colors of #bd893a

#bd893a #3abd89 #893abd

Analogous Colors of #bd893a

#bd893a #b0bd3a #bd483a

Monochromatic Colors of #bd893a

#bd893a

Complementary Color

#bd893a #3a6ebd

#bd893a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd893a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd893a Color CSS Codes

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

#bd893a Text Font Color

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

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


#bd893a Background Color

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

This div background color is #bd893a


#bd893a Border Color

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

This div border color is #bd893a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd893a


Comments

No comments written yet.

Please login to write comment.