#BF7570

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

Shades of Contessa #BF7570

Tints of Contessa #BF7570

Color information

#BF7570 (or 0xBF7570) is unknown color: approx Contessa. HEX triplet: BF, 75 and 70. RGB value is (191,117,112). Sum of RGB (Red+Green+Blue) = 191+117+112=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7570 is #408A8F. Grayscale: #8A8A8A. Windows color (decimal): -4229776 or 7370175. OLE color: 7370175.

HSL color Cylindrical-coordinate representation of color #BF7570: hue angle of 3.8º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7570 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191117112-
CMYK00.390.410.25
HSL3.8º38.16%59.41%-
HSV(B)3.8º41.36%74.9%-
XYZ30.7724.9718.53-
YUV138.56113.02165.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=45.48%
G=27.86%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111711200.390.410.253.838.1659.41
HexBF757002729194263b
Octal277165160047513144673
Binary1011111111101011110000010011110100111001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7570; }

 p { color: rgb(191,117,112); }

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

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

 a { background-color: rgb(191,117,112); }

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

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

 span { border-color: rgb(191,117,112); }

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