#BB7962

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

Shades of Contessa #BB7962

Tints of Contessa #BB7962

Color information

#BB7962 (or 0xBB7962) is unknown color: approx Contessa. HEX triplet: BB, 79 and 62. RGB value is (187,121,98). Sum of RGB (Red+Green+Blue) = 187+121+98=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7962 is #44869D. Grayscale: #8A8A8A. Windows color (decimal): -4490910 or 6453691. OLE color: 6453691.

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

Color convert

RGB18712198-
CMYK00.350.480.27
HSL15.51º39.56%55.88%-
HSV(B)15.51º47.59%73.33%-
XYZ29.5425.1214.85-
YUV138.11105.37162.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 98 (38.67% from 255) = 24.14%
R=46.06%
G=29.80%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871219800.350.480.2715.5139.5655.88
HexBB7962023301B102838
Octal2731711420436033205070
Binary101110111111001110001001000111100001101110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7962; }

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

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

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

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

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

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

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

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