#BB6961

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

Shades of Contessa #BB6961

Tints of Contessa #BB6961

Color information

#BB6961 (or 0xBB6961) is unknown color: approx Contessa. HEX triplet: BB, 69 and 61. RGB value is (187,105,97). Sum of RGB (Red+Green+Blue) = 187+105+97=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6961 is #44969E. Grayscale: #808080. Windows color (decimal): -4495007 or 6384059. OLE color: 6384059.

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

Color convert

RGB18710597-
CMYK00.440.480.27
HSL5.33º39.82%55.69%-
HSV(B)5.33º48.13%73.33%-
XYZ27.721.5314.01-
YUV128.61110.17169.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=48.07%
G=26.99%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871059700.440.480.275.3339.8255.69
HexBB696102C301B52838
Octal273151141054603355070
Binary1011101111010011100001010110011000011011101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6961; }

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

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

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

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

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

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

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

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