#BB6862

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

Shades of Contessa #BB6862

Tints of Contessa #BB6862

Color information

#BB6862 (or 0xBB6862) is unknown color: approx Contessa. HEX triplet: BB, 68 and 62. RGB value is (187,104,98). Sum of RGB (Red+Green+Blue) = 187+104+98=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6862 is #44979D. Grayscale: #808080. Windows color (decimal): -4495262 or 6449339. OLE color: 6449339.

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

Color convert

RGB18710498-
CMYK00.440.480.27
HSL4.04º39.56%55.88%-
HSV(B)4.04º47.59%73.33%-
XYZ27.6521.3514.22-
YUV128.13111169.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 98 (38.67% from 255) = 25.19%
R=48.07%
G=26.74%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871049800.440.480.274.0439.5655.88
HexBB686202C301B42838
Octal273150142054603345070
Binary1011101111010001100010010110011000011011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6862; }

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

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

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

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

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

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

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

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