#BB6275

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

Shades of Tapestry #BB6275

Tints of Tapestry #BB6275

Color information

#BB6275 (or 0xBB6275) is unknown color: approx Tapestry. HEX triplet: BB, 62 and 75. RGB value is (187,98,117). Sum of RGB (Red+Green+Blue) = 187+98+117=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6275 is #449D8A. Grayscale: #7E7E7E. Windows color (decimal): -4496779 or 7692987. OLE color: 7692987.

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

Color convert

RGB18798117-
CMYK00.480.370.27
HSL347.19º39.56%55.88%-
HSV(B)347.19º47.59%73.33%-
XYZ28.0720.5819.32-
YUV126.78122.49170.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=46.52%
G=24.38%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879811700.480.370.27347.1939.5655.88
HexBB6275030251B15b2838
Octal27314216506045335335070
Binary1011101111000101110101011000010010111011101011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6275; }

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

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

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

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

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

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

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

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