Color Hex Logo

#bd7972 Color Hex

#BD7972
(189,121,114)
0 Favorites   0 Comments

Color spaces of #bd7972

RGB 189121114
HSL0.020.360.59
HSV40°74°
CMYK 0.000.360.40   0.26
XYZ30.860925.708519.2553
Yxy25.70850.40700.3391
Hunter Lab50.703619.913512.9764
CIE-Lab57.759325.730114.9108

#bd7972 color RGB value is (189,121,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 01110010
Octal 275 171 162
Decimal 189 121 114
Hex BD 79 72

RGB Percentages of Color #bd7972

%44.58
%28.54
%26.89

CMYK Percentages of Color #bd7972

%0
%36
%40
%26

Triadic Colors of #bd7972

#bd7972 #72bd79 #7972bd

Analogous Colors of #bd7972

#bd7972 #bd9f72 #bd7291

Monochromatic Colors of #bd7972

#bd7972

Complementary Color

#bd7972 #72b6bd

#bd7972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7972 Color CSS Codes

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

#bd7972 Text Font Color

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

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


#bd7972 Background Color

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

This div background color is #bd7972


#bd7972 Border Color

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

This div border color is #bd7972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7972


Comments

No comments written yet.

Please login to write comment.