Color Hex Logo

#bd726f Color Hex

#BD726F
(189,114,111)
0 Favorites   0 Comments

Color spaces of #bd726f

RGB 189114111
HSL0.010.370.59
HSV41°74°
CMYK 0.000.400.41   0.26
XYZ29.872824.001118.0971
Yxy24.00110.41510.3335
Hunter Lab48.990923.108412.3921
CIE-Lab56.088929.222614.3283

#bd726f color RGB value is (189,114,111).

#bd726f hex color red value is 189, green value is 114 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bd726f hue: 0.01 , saturation: 0.37 and the lightness value of bd726f is 0.59.

The process color (four color CMYK) of #bd726f color hex is 0.00, 0.40, 0.41, 0.26. Web safe color of #bd726f is #cc6666. Color #bd726f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 01101111
Octal 275 162 157
Decimal 189 114 111
Hex BD 72 6F

RGB Percentages of Color #bd726f

%45.65
%27.54
%26.81

CMYK Percentages of Color #bd726f

%0
%40
%41
%26

Triadic Colors of #bd726f

#bd726f #6fbd72 #726fbd

Analogous Colors of #bd726f

#bd726f #bd996f #bd6f93

Monochromatic Colors of #bd726f

#bd726f

Complementary Color

#bd726f #6fbabd

#bd726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd726f Color CSS Codes

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

#bd726f Text Font Color

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

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


#bd726f Background Color

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

This div background color is #bd726f


#bd726f Border Color

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

This div border color is #bd726f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd726f


Comments

No comments written yet.

Please login to write comment.