#BB7565

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

Shades of Contessa #BB7565

Tints of Contessa #BB7565

Color information

#BB7565 (or 0xBB7565) is unknown color: approx Contessa. HEX triplet: BB, 75 and 65. RGB value is (187,117,101). Sum of RGB (Red+Green+Blue) = 187+117+101=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7565 is #448A9A. Grayscale: #888888. Windows color (decimal): -4491931 or 6649275. OLE color: 6649275.

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

Color convert

RGB187117101-
CMYK00.370.460.27
HSL11.16º38.74%56.47%-
HSV(B)11.16º45.99%73.33%-
XYZ29.224.2315.45-
YUV136.11108.19164.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=46.17%
G=28.89%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711710100.370.460.2711.1638.7456.47
HexBB75650252E1Bb2738
Octal2731651450455633134770
Binary10111011111010111001010100101101110110111011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7565; }

 p { color: rgb(187,117,101); }

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

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

 a { background-color: rgb(187,117,101); }

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

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

 span { border-color: rgb(187,117,101); }

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