#BB6E62

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

Shades of Contessa #BB6E62

Tints of Contessa #BB6E62

Color information

#BB6E62 (or 0xBB6E62) is unknown color: approx Contessa. HEX triplet: BB, 6E and 62. RGB value is (187,110,98). Sum of RGB (Red+Green+Blue) = 187+110+98=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E62 is #44919D. Grayscale: #838383. Windows color (decimal): -4493726 or 6450875. OLE color: 6450875.

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

Color convert

RGB18711098-
CMYK00.410.480.27
HSL8.09º39.56%55.88%-
HSV(B)8.09º47.59%73.33%-
XYZ28.2722.614.43-
YUV131.66109.01167.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=47.34%
G=27.85%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871109800.410.480.278.0939.5655.88
HexBB6E62029301B82838
Octal2731561420516033105070
Binary10111011110111011000100101001110000110111000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E62; }

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

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

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

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

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

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

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

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