#BB7470

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

Shades of Contessa #BB7470

Tints of Contessa #BB7470

Color information

#BB7470 (or 0xBB7470) is unknown color: approx Contessa. HEX triplet: BB, 74 and 70. RGB value is (187,116,112). Sum of RGB (Red+Green+Blue) = 187+116+112=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7470 is #448B8F. Grayscale: #888888. Windows color (decimal): -4492176 or 7369915. OLE color: 7369915.

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

Color convert

RGB187116112-
CMYK00.380.400.27
HSL3.2º35.55%58.63%-
HSV(B)3.2º40.11%73.33%-
XYZ29.6624.2318.44-
YUV136.77114.02163.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=45.06%
G=27.95%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711611200.380.400.273.235.5558.63
HexBB7470026281B3243b
Octal273164160046503334473
Binary101110111110100111000001001101010001101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7470; }

 p { color: rgb(187,116,112); }

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

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

 a { background-color: rgb(187,116,112); }

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

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

 span { border-color: rgb(187,116,112); }

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