#BB645F

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

Shades of Contessa #BB645F

Tints of Contessa #BB645F

Color information

#BB645F (or 0xBB645F) is unknown color: approx Contessa. HEX triplet: BB, 64 and 5F. RGB value is (187,100,95). Sum of RGB (Red+Green+Blue) = 187+100+95=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB645F is #449BA0. Grayscale: #7D7D7D. Windows color (decimal): -4496289 or 6251707. OLE color: 6251707.

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

Color convert

RGB18710095-
CMYK00.470.490.27
HSL3.26º40.35%55.29%-
HSV(B)3.26º49.2%73.33%-
XYZ27.1220.5113.36-
YUV125.44110.82171.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=48.95%
G=26.18%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871009500.470.490.273.2640.3555.29
HexBB645F02F311B32837
Octal273144137057613335067
Binary101110111100100101111101011111100011101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB645F; }

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

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

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

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

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

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

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

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