#BB766C

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

Shades of Contessa #BB766C

Tints of Contessa #BB766C

Color information

#BB766C (or 0xBB766C) is unknown color: approx Contessa. HEX triplet: BB, 76 and 6C. RGB value is (187,118,108). Sum of RGB (Red+Green+Blue) = 187+118+108=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB766C is #448993. Grayscale: #898989. Windows color (decimal): -4491668 or 7108283. OLE color: 7108283.

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

Color convert

RGB187118108-
CMYK00.370.420.27
HSL7.59º36.74%57.84%-
HSV(B)7.59º42.25%73.33%-
XYZ29.6824.617.37-
YUV137.49111.36163.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=45.28%
G=28.57%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711810800.370.420.277.5936.7457.84
HexBB766C0252A1B8253a
Octal2731661540455233104572
Binary10111011111011011011000100101101010110111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB766C; }

 p { color: rgb(187,118,108); }

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

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

 a { background-color: rgb(187,118,108); }

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

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

 span { border-color: rgb(187,118,108); }

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