#BB7568

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

Shades of Contessa #BB7568

Tints of Contessa #BB7568

Color information

#BB7568 (or 0xBB7568) is unknown color: approx Contessa. HEX triplet: BB, 75 and 68. RGB value is (187,117,104). Sum of RGB (Red+Green+Blue) = 187+117+104=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7568 is #448A97. Grayscale: #888888. Windows color (decimal): -4491928 or 6845883. OLE color: 6845883.

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

Color convert

RGB187117104-
CMYK00.370.440.27
HSL9.4º37.9%57.06%-
HSV(B)9.4º44.39%73.33%-
XYZ29.3524.2916.24-
YUV136.45109.69164.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=45.83%
G=28.68%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711710400.370.440.279.437.957.06
HexBB75680252C1B92639
Octal2731651500455433114671
Binary10111011111010111010000100101101100110111001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7568; }

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

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

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

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

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

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

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

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