#BB6675

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

Shades of Tapestry #BB6675

Tints of Tapestry #BB6675

Color information

#BB6675 (or 0xBB6675) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 75. RGB value is (187,102,117). Sum of RGB (Red+Green+Blue) = 187+102+117=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6675 is #44998A. Grayscale: #818181. Windows color (decimal): -4495755 or 7694011. OLE color: 7694011.

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

Color convert

RGB187102117-
CMYK00.450.370.27
HSL349.41º38.46%56.67%-
HSV(B)349.41º45.45%73.33%-
XYZ28.4621.3519.45-
YUV129.12121.16169.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=46.06%
G=25.12%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710211700.450.370.27349.4138.4656.67
HexBB667502D251B15d2639
Octal27314616505545335354671
Binary1011101111001101110101010110110010111011101011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6675; }

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

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

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

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

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

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

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

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