#BB6662

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

Shades of Contessa #BB6662

Tints of Contessa #BB6662

Color information

#BB6662 (or 0xBB6662) is unknown color: approx Contessa. HEX triplet: BB, 66 and 62. RGB value is (187,102,98). Sum of RGB (Red+Green+Blue) = 187+102+98=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6662 is #44999D. Grayscale: #7F7F7F. Windows color (decimal): -4495774 or 6448827. OLE color: 6448827.

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

Color convert

RGB18710298-
CMYK00.450.480.27
HSL2.7º39.56%55.88%-
HSV(B)2.7º47.59%73.33%-
XYZ27.4520.9514.15-
YUV126.96111.66170.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=48.32%
G=26.36%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871029800.450.480.272.739.5655.88
HexBB666202D301B32838
Octal273146142055603335070
Binary101110111100110110001001011011100001101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6662; }

 p { color: rgb(187,102,98); }

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

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

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

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

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

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

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