#BB7469

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

Shades of Contessa #BB7469

Tints of Contessa #BB7469

Color information

#BB7469 (or 0xBB7469) is unknown color: approx Contessa. HEX triplet: BB, 74 and 69. RGB value is (187,116,105). Sum of RGB (Red+Green+Blue) = 187+116+105=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7469 is #448B96. Grayscale: #888888. Windows color (decimal): -4492183 or 6911163. OLE color: 6911163.

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

Color convert

RGB187116105-
CMYK00.380.440.27
HSL8.05º37.61%57.25%-
HSV(B)8.05º43.85%73.33%-
XYZ29.2924.0816.47-
YUV135.98110.52164.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=45.83%
G=28.43%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711610500.380.440.278.0537.6157.25
HexBB74690262C1B82639
Octal2731641510465433104671
Binary10111011111010011010010100110101100110111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7469; }

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

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

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

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

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

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

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

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