#BB6461

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

Shades of Contessa #BB6461

Tints of Contessa #BB6461

Color information

#BB6461 (or 0xBB6461) is unknown color: approx Contessa. HEX triplet: BB, 64 and 61. RGB value is (187,100,97). Sum of RGB (Red+Green+Blue) = 187+100+97=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6461 is #449B9E. Grayscale: #7D7D7D. Windows color (decimal): -4496287 or 6382779. OLE color: 6382779.

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

Color convert

RGB18710097-
CMYK00.470.480.27
HSL39.82%55.69%-
HSV(B)48.13%73.33%-
XYZ27.2120.5413.84-
YUV125.67111.82171.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=48.70%
G=26.04%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871009700.470.480.27239.8255.69
HexBB646102F301B22838
Octal273144141057603325070
Binary101110111100100110000101011111100001101110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6461; }

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

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

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

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

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

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

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

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