#BB7969

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

Shades of Contessa #BB7969

Tints of Contessa #BB7969

Color information

#BB7969 (or 0xBB7969) is unknown color: approx Contessa. HEX triplet: BB, 79 and 69. RGB value is (187,121,105). Sum of RGB (Red+Green+Blue) = 187+121+105=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7969 is #448696. Grayscale: #8B8B8B. Windows color (decimal): -4490903 or 6912443. OLE color: 6912443.

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

Color convert

RGB187121105-
CMYK00.350.440.27
HSL11.71º37.61%57.25%-
HSV(B)11.71º43.85%73.33%-
XYZ29.8825.2616.67-
YUV138.91108.87162.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=45.28%
G=29.30%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712110500.350.440.2711.7137.6157.25
HexBB79690232C1Bc2639
Octal2731711510435433144671
Binary10111011111100111010010100011101100110111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7969; }

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

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

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

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

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

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

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

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