#BB7774

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

Shades of Contessa #BB7774

Tints of Contessa #BB7774

Color information

#BB7774 (or 0xBB7774) is unknown color: approx Contessa. HEX triplet: BB, 77 and 74. RGB value is (187,119,116). Sum of RGB (Red+Green+Blue) = 187+119+116=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7774 is #44888B. Grayscale: #8B8B8B. Windows color (decimal): -4491404 or 7632827. OLE color: 7632827.

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

Color convert

RGB187119116-
CMYK00.360.380.27
HSL2.54º34.3%59.41%-
HSV(B)2.54º37.97%73.33%-
XYZ30.2425.0219.76-
YUV138.99115.03162.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=44.31%
G=28.20%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711911600.360.380.272.5434.359.41
HexBB7774024261B3223b
Octal273167164044463334273
Binary101110111110111111010001001001001101101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7774; }

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

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

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

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

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

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

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

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