#BB7670

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

Shades of Contessa #BB7670

Tints of Contessa #BB7670

Color information

#BB7670 (or 0xBB7670) is unknown color: approx Contessa. HEX triplet: BB, 76 and 70. RGB value is (187,118,112). Sum of RGB (Red+Green+Blue) = 187+118+112=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7670 is #44898F. Grayscale: #8A8A8A. Windows color (decimal): -4491664 or 7370427. OLE color: 7370427.

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

Color convert

RGB187118112-
CMYK00.370.400.27
HSL4.8º35.55%58.63%-
HSV(B)4.8º40.11%73.33%-
XYZ29.924.6918.52-
YUV137.95113.36162.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=44.84%
G=28.30%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711811200.370.400.274.835.5558.63
HexBB7670025281B5243b
Octal273166160045503354473
Binary1011101111101101110000010010110100011011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7670; }

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

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

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

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

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

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

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

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