#BD7571

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

Shades of Contessa #BD7571

Tints of Contessa #BD7571

Color information

#BD7571 (or 0xBD7571) is unknown color: approx Contessa. HEX triplet: BD, 75 and 71. RGB value is (189,117,113). Sum of RGB (Red+Green+Blue) = 189+117+113=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7571 is #428A8E. Grayscale: #8A8A8A. Windows color (decimal): -4360847 or 7435709. OLE color: 7435709.

HSL color Cylindrical-coordinate representation of color #BD7571: hue angle of 3.16º 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 #BD7571 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189117113-
CMYK00.380.400.26
HSL3.16º36.54%59.22%-
HSV(B)3.16º40.21%74.12%-
XYZ30.3324.7318.8-
YUV138.07113.85164.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=45.11%
G=27.92%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911711300.380.400.263.1636.5459.22
HexBD7571026281A3253b
Octal275165161046503234573
Binary101111011110101111000101001101010001101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7571; }

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

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

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

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

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

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

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

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