Color Hex Logo

#bd993a Color Hex

#BD993A
(189,153,58)
0 Favorites   0 Comments

Color spaces of #bd993a

RGB 18915358
HSL0.120.530.48
HSV44°69°74°
CMYK 0.000.190.69   0.26
XYZ33.141233.90688.8009
Yxy33.90680.43690.4470
Hunter Lab58.2295-0.308931.7995
CIE-Lab64.88853.264752.9890

#bd993a color RGB value is (189,153,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 00111010
Octal 275 231 72
Decimal 189 153 58
Hex BD 99 3A

RGB Percentages of Color #bd993a

%47.25
%38.25
%14.50

CMYK Percentages of Color #bd993a

%0
%19
%69
%26

Triadic Colors of #bd993a

#bd993a #3abd99 #993abd

Analogous Colors of #bd993a

#bd993a #a0bd3a #bd583a

Monochromatic Colors of #bd993a

#bd993a

Complementary Color

#bd993a #3a5ebd

#bd993a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd993a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd993a Color CSS Codes

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

#bd993a Text Font Color

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

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


#bd993a Background Color

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

This div background color is #bd993a


#bd993a Border Color

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

This div border color is #bd993a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd993a


Comments

No comments written yet.

Please login to write comment.