Color Hex Logo

#bd992f Color Hex

#BD992F
(189,153,47)
0 Favorites   0 Comments

Color spaces of #bd992f

RGB 18915347
HSL0.120.600.46
HSV45°75°74°
CMYK 0.000.190.75   0.26
XYZ32.890633.80657.4811
Yxy33.80650.44340.4557
Hunter Lab58.1434-0.776833.0717
CIE-Lab64.80872.719657.4100

#bd992f color RGB value is (189,153,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 00101111
Octal 275 231 57
Decimal 189 153 47
Hex BD 99 2F

RGB Percentages of Color #bd992f

%48.59
%39.33
%12.08

CMYK Percentages of Color #bd992f

%0
%19
%75
%26

Triadic Colors of #bd992f

#bd992f #2fbd99 #992fbd

Analogous Colors of #bd992f

#bd992f #9abd2f #bd522f

Monochromatic Colors of #bd992f

#bd992f

Complementary Color

#bd992f #2f53bd

#bd992f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd992f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd992f Color CSS Codes

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

#bd992f Text Font Color

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

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


#bd992f Background Color

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

This div background color is #bd992f


#bd992f Border Color

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

This div border color is #bd992f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd992f


Comments

No comments written yet.

Please login to write comment.