#BD7971

Color #BD7971 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #BD7971

Tints of Contessa #BD7971

Color information

#BD7971 (or 0xBD7971) is unknown color: approx Contessa. HEX triplet: BD, 79 and 71. RGB value is (189,121,113). Sum of RGB (Red+Green+Blue) = 189+121+113=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7971 is #42868E. Grayscale: #8C8C8C. Windows color (decimal): -4359823 or 7436733. OLE color: 7436733.

HSL color Cylindrical-coordinate representation of color #BD7971: hue angle of 6.32º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7971 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189121113-
CMYK00.360.400.26
HSL6.32º36.54%59.22%-
HSV(B)6.32º40.21%74.12%-
XYZ30.825.6918.96-
YUV140.42112.53162.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=44.68%
G=28.61%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912111300.360.400.266.3236.5459.22
HexBD7971024281A6253b
Octal275171161044503264573
Binary1011110111110011110001010010010100011010110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7971; }

 p { color: rgb(189,121,113); }

 H1.HeaderClassName
 {
   color: #BD7971;
 }
 .AnyTagClassName
 {
   color: #BD7971;
 }
</style>
background-color css

<style>
 a { background-color: #BD7971; }

 a { background-color: rgb(189,121,113); }

 div.DivClassName
 {
   background-color: #BD7971;
 }
 .BgClassName
 {
   background-color: #BD7971;
 }
</style>
border-color css

<style>
 span { border-color: #BD7971; }

 span { border-color: rgb(189,121,113); }

 td.TdClassName
 {
   border-color: #BD7971;
 }
 .TagClassName
 {
   border-color: #BD7971;
 }
</style>