#BB6F63

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

Shades of Contessa #BB6F63

Tints of Contessa #BB6F63

Color information

#BB6F63 (or 0xBB6F63) is unknown color: approx Contessa. HEX triplet: BB, 6F and 63. RGB value is (187,111,99). Sum of RGB (Red+Green+Blue) = 187+111+99=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F63 is #44909C. Grayscale: #848484. Windows color (decimal): -4493469 or 6516667. OLE color: 6516667.

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

Color convert

RGB18711199-
CMYK00.410.470.27
HSL8.18º39.29%56.08%-
HSV(B)8.18º47.06%73.33%-
XYZ28.4322.8314.71-
YUV132.36109.18166.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=47.10%
G=27.96%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871119900.410.470.278.1839.2956.08
HexBB6F630292F1B82738
Octal2731571430515733104770
Binary10111011110111111000110101001101111110111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F63; }

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

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

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

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

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

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

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

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