#BC7571

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

Shades of Contessa #BC7571

Tints of Contessa #BC7571

Color information

#BC7571 (or 0xBC7571) is unknown color: approx Contessa. HEX triplet: BC, 75 and 71. RGB value is (188,117,113). Sum of RGB (Red+Green+Blue) = 188+117+113=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7571 is #438A8E. Grayscale: #898989. Windows color (decimal): -4426383 or 7435708. OLE color: 7435708.

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

Color convert

RGB188117113-
CMYK00.380.400.26
HSL3.2º35.89%59.02%-
HSV(B)3.2º39.89%73.73%-
XYZ30.0824.6118.79-
YUV137.77114.02163.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=44.98%
G=27.99%
B=27.03%

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
Decimal18811711300.380.400.263.235.8959.02
HexBC7571026281A3243b
Octal274165161046503234473
Binary101111001110101111000101001101010001101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7571; }

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

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

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

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

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

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

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

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