#BB6866

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

Shades of Contessa #BB6866

Tints of Contessa #BB6866

Color information

#BB6866 (or 0xBB6866) is unknown color: approx Contessa. HEX triplet: BB, 68 and 66. RGB value is (187,104,102). Sum of RGB (Red+Green+Blue) = 187+104+102=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6866 is #449799. Grayscale: #808080. Windows color (decimal): -4495258 or 6711483. OLE color: 6711483.

HSL color Cylindrical-coordinate representation of color #BB6866: hue angle of 1.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6866 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187104102-
CMYK00.440.450.27
HSL1.41º38.46%56.67%-
HSV(B)1.41º45.45%73.33%-
XYZ27.8421.4215.24-
YUV128.59113169.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=47.58%
G=26.46%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710410200.440.450.271.4138.4656.67
HexBB686602C2D1B12639
Octal273150146054553314671
Binary10111011110100011001100101100101101110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6866; }

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

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

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

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

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

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

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

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