#BB6161

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

Shades of Contessa #BB6161

Tints of Contessa #BB6161

Color information

#BB6161 (or 0xBB6161) is unknown color: approx Contessa. HEX triplet: BB, 61 and 61. RGB value is (187,97,97). Sum of RGB (Red+Green+Blue) = 187+97+97=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6161 is #449E9E. Grayscale: #7C7C7C. Windows color (decimal): -4497055 or 6382011. OLE color: 6382011.

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

Color convert

RGB1879797-
CMYK00.480.480.27
HSL39.82%55.69%-
HSV(B)48.13%73.33%-
XYZ26.9319.9813.75-
YUV123.91112.82173-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=49.08%
G=25.46%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187979700.480.480.27039.8255.69
HexBB6161030301B02838
Octal273141141060603305070
Binary10111011110000111000010110000110000110110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6161; }

 p { color: rgb(187,97,97); }

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

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

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

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

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

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

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