#BB808B

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

Shades of Tapestry #BB808B

Tints of Tapestry #BB808B

Color information

#BB808B (or 0xBB808B) is unknown color: approx Tapestry. HEX triplet: BB, 80 and 8B. RGB value is (187,128,139). Sum of RGB (Red+Green+Blue) = 187+128+139=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808B is #447F74. Grayscale: #929292. Windows color (decimal): -4489077 or 9142459. OLE color: 9142459.

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

Color convert

RGB187128139-
CMYK00.320.260.27
HSL348.81º30.26%61.76%-
HSV(B)348.81º31.55%73.33%-
XYZ32.8727.8728.07-
YUV146.89123.55156.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=41.19%
G=28.19%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712813900.320.260.27348.8130.2661.76
HexBB808B0201A1B15d1e3e
Octal27320021304032335353676
Binary1011101110000000100010110100000110101101110101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB808B; }

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

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

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

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

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

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

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

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