#BB808E

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

Shades of Tapestry #BB808E

Tints of Tapestry #BB808E

Color information

#BB808E (or 0xBB808E) is unknown color: approx Tapestry. HEX triplet: BB, 80 and 8E. RGB value is (187,128,142). Sum of RGB (Red+Green+Blue) = 187+128+142=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808E is #447F71. Grayscale: #939393. Windows color (decimal): -4489074 or 9339067. OLE color: 9339067.

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

Color convert

RGB187128142-
CMYK00.320.240.27
HSL345.76º30.26%61.76%-
HSV(B)345.76º31.55%73.33%-
XYZ33.127.9629.24-
YUV147.24125.05156.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=40.92%
G=28.01%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712814200.320.240.27345.7630.2661.76
HexBB808E020181B15a1e3e
Octal27320021604030335323676
Binary1011101110000000100011100100000110001101110101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB808E; }

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

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

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

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

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

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

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

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