#BB6A80

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

Shades of Tapestry #BB6A80

Tints of Tapestry #BB6A80

Color information

#BB6A80 (or 0xBB6A80) is unknown color: approx Tapestry. HEX triplet: BB, 6A and 80. RGB value is (187,106,128). Sum of RGB (Red+Green+Blue) = 187+106+128=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A80 is #44957F. Grayscale: #848484. Windows color (decimal): -4494720 or 8415931. OLE color: 8415931.

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

Color convert

RGB187106128-
CMYK00.430.320.27
HSL343.7º37.33%57.45%-
HSV(B)343.7º43.32%73.33%-
XYZ29.5422.4323.19-
YUV132.73125.34166.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=44.42%
G=25.18%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710612800.430.320.27343.737.3357.45
HexBB6A8002B201B1582539
Octal27315220005340335304571
Binary10111011110101010000000010101110000011011101011000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A80; }

 p { color: rgb(187,106,128); }

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

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

 a { background-color: rgb(187,106,128); }

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

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

 span { border-color: rgb(187,106,128); }

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