#BB796E

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

Shades of Contessa #BB796E

Tints of Contessa #BB796E

Color information

#BB796E (or 0xBB796E) is unknown color: approx Contessa. HEX triplet: BB, 79 and 6E. RGB value is (187,121,110). Sum of RGB (Red+Green+Blue) = 187+121+110=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB796E is #448691. Grayscale: #8B8B8B. Windows color (decimal): -4490898 or 7240123. OLE color: 7240123.

HSL color Cylindrical-coordinate representation of color #BB796E: hue angle of 8.57º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB796E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187121110-
CMYK00.350.410.27
HSL8.57º36.15%58.24%-
HSV(B)8.57º41.18%73.33%-
XYZ30.1525.3718.06-
YUV139.48111.37161.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=44.74%
G=28.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712111000.350.410.278.5736.1558.24
HexBB796E023291B9243a
Octal2731711560435133114472
Binary10111011111100111011100100011101001110111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB796E; }

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

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

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

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

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

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

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

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