Color Hex Logo

#bd732f Color Hex

#BD732F
(189,115,47)
0 Favorites   0 Comments

Color spaces of #bd732f

RGB 18911547
HSL0.080.600.46
HSV29°75°74°
CMYK 0.000.390.75   0.26
XYZ27.630123.28555.7276
Yxy23.28550.48780.4111
Hunter Lab48.255117.760026.7412
CIE-Lab55.365223.612548.1057

#bd732f color RGB value is (189,115,47).

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

The process color (four color CMYK) of #bd732f color hex is 0.00, 0.39, 0.75, 0.26. Web safe color of #bd732f is #cc6633. Color #bd732f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 00101111
Octal 275 163 57
Decimal 189 115 47
Hex BD 73 2F

RGB Percentages of Color #bd732f

%53.85
%32.76
%13.39

CMYK Percentages of Color #bd732f

%0
%39
%75
%26

Triadic Colors of #bd732f

#bd732f #2fbd73 #732fbd

Analogous Colors of #bd732f

#bd732f #bdba2f #bd2f32

Monochromatic Colors of #bd732f

#bd732f

Complementary Color

#bd732f #2f79bd

#bd732f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd732f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd732f Color CSS Codes

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

#bd732f Text Font Color

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

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


#bd732f Background Color

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

This div background color is #bd732f


#bd732f Border Color

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

This div border color is #bd732f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd732f


Comments

No comments written yet.

Please login to write comment.