#BB776F

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

Shades of Contessa #BB776F

Tints of Contessa #BB776F

Color information

#BB776F (or 0xBB776F) is unknown color: approx Contessa. HEX triplet: BB, 77 and 6F. RGB value is (187,119,111). Sum of RGB (Red+Green+Blue) = 187+119+111=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB776F is #448890. Grayscale: #8A8A8A. Windows color (decimal): -4491409 or 7305147. OLE color: 7305147.

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

Color convert

RGB187119111-
CMYK00.360.410.27
HSL6.32º35.85%58.43%-
HSV(B)6.32º40.64%73.33%-
XYZ29.9624.9118.27-
YUV138.42112.53162.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=44.84%
G=28.54%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711911100.360.410.276.3235.8558.43
HexBB776F024291B6243a
Octal273167157044513364472
Binary1011101111101111101111010010010100111011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB776F; }

 p { color: rgb(187,119,111); }

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

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

 a { background-color: rgb(187,119,111); }

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

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

 span { border-color: rgb(187,119,111); }

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