#BB7864

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

Shades of Contessa #BB7864

Tints of Contessa #BB7864

Color information

#BB7864 (or 0xBB7864) is unknown color: approx Contessa. HEX triplet: BB, 78 and 64. RGB value is (187,120,100). Sum of RGB (Red+Green+Blue) = 187+120+100=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7864 is #44879B. Grayscale: #898989. Windows color (decimal): -4491164 or 6584507. OLE color: 6584507.

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

Color convert

RGB187120100-
CMYK00.360.470.27
HSL13.79º39.01%56.27%-
HSV(B)13.79º46.52%73.33%-
XYZ29.5124.9215.31-
YUV137.75106.7163.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=45.95%
G=29.48%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712010000.360.470.2713.7939.0156.27
HexBB78640242F1Be2738
Octal2731701440445733164770
Binary10111011111100011001000100100101111110111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7864; }

 p { color: rgb(187,120,100); }

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

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

 a { background-color: rgb(187,120,100); }

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

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

 span { border-color: rgb(187,120,100); }

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