#BB665F

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

Shades of Contessa #BB665F

Tints of Contessa #BB665F

Color information

#BB665F (or 0xBB665F) is unknown color: approx Contessa. HEX triplet: BB, 66 and 5F. RGB value is (187,102,95). Sum of RGB (Red+Green+Blue) = 187+102+95=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB665F is #4499A0. Grayscale: #7E7E7E. Windows color (decimal): -4495777 or 6252219. OLE color: 6252219.

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

Color convert

RGB18710295-
CMYK00.450.490.27
HSL4.57º40.35%55.29%-
HSV(B)4.57º49.2%73.33%-
XYZ27.3120.8913.42-
YUV126.62110.16171.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=48.70%
G=26.56%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871029500.450.490.274.5740.3555.29
HexBB665F02D311B52837
Octal273146137055613355067
Binary1011101111001101011111010110111000111011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB665F; }

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

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

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

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

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

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

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

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