#BB7764

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

Shades of Contessa #BB7764

Tints of Contessa #BB7764

Color information

#BB7764 (or 0xBB7764) is unknown color: approx Contessa. HEX triplet: BB, 77 and 64. RGB value is (187,119,100). Sum of RGB (Red+Green+Blue) = 187+119+100=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7764 is #44889B. Grayscale: #898989. Windows color (decimal): -4491420 or 6584251. OLE color: 6584251.

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

Color convert

RGB187119100-
CMYK00.360.470.27
HSL13.1º39.01%56.27%-
HSV(B)13.1º46.52%73.33%-
XYZ29.3924.6815.27-
YUV137.17107.03163.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=46.06%
G=29.31%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711910000.360.470.2713.139.0156.27
HexBB77640242F1Bd2738
Octal2731671440445733154770
Binary10111011111011111001000100100101111110111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7764; }

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

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

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

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

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

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

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

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