#BB6C63

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

Shades of Contessa #BB6C63

Tints of Contessa #BB6C63

Color information

#BB6C63 (or 0xBB6C63) is unknown color: approx Contessa. HEX triplet: BB, 6C and 63. RGB value is (187,108,99). Sum of RGB (Red+Green+Blue) = 187+108+99=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C63 is #44939C. Grayscale: #828282. Windows color (decimal): -4494237 or 6515899. OLE color: 6515899.

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

Color convert

RGB18710899-
CMYK00.420.470.27
HSL6.14º39.29%56.08%-
HSV(B)6.14º47.06%73.33%-
XYZ28.1122.1914.61-
YUV130.6110.17168.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=47.46%
G=27.41%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871089900.420.470.276.1439.2956.08
HexBB6C6302A2F1B62738
Octal273154143052573364770
Binary1011101111011001100011010101010111111011110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C63; }

 p { color: rgb(187,108,99); }

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

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

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

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

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

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

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