#BB6860

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

Shades of Contessa #BB6860

Tints of Contessa #BB6860

Color information

#BB6860 (or 0xBB6860) is unknown color: approx Contessa. HEX triplet: BB, 68 and 60. RGB value is (187,104,96). Sum of RGB (Red+Green+Blue) = 187+104+96=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6860 is #44979F. Grayscale: #808080. Windows color (decimal): -4495264 or 6318267. OLE color: 6318267.

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

Color convert

RGB18710496-
CMYK00.440.490.27
HSL5.27º40.09%55.49%-
HSV(B)5.27º48.66%73.33%-
XYZ27.5621.3113.73-
YUV127.9110170.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=48.32%
G=26.87%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871049600.440.490.275.2740.0955.49
HexBB686002C311B52837
Octal273150140054613355067
Binary1011101111010001100000010110011000111011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6860; }

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

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

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

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

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

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

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

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