#BB7060

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

Shades of Contessa #BB7060

Tints of Contessa #BB7060

Color information

#BB7060 (or 0xBB7060) is unknown color: approx Contessa. HEX triplet: BB, 70 and 60. RGB value is (187,112,96). Sum of RGB (Red+Green+Blue) = 187+112+96=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7060 is #448F9F. Grayscale: #848484. Windows color (decimal): -4493216 or 6320315. OLE color: 6320315.

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

Color convert

RGB18711296-
CMYK00.400.490.27
HSL10.55º40.09%55.49%-
HSV(B)10.55º48.66%73.33%-
XYZ28.42314.01-
YUV132.6107.35166.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=47.34%
G=28.35%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871129600.400.490.2710.5540.0955.49
HexBB7060028311Bb2837
Octal2731601400506133135067
Binary10111011111000011000000101000110001110111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7060; }

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

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

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

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

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

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

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

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