#BB808D

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

Shades of Tapestry #BB808D

Tints of Tapestry #BB808D

Color information

#BB808D (or 0xBB808D) is unknown color: approx Tapestry. HEX triplet: BB, 80 and 8D. RGB value is (187,128,141). Sum of RGB (Red+Green+Blue) = 187+128+141=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808D is #447F72. Grayscale: #939393. Windows color (decimal): -4489075 or 9273531. OLE color: 9273531.

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

Color convert

RGB187128141-
CMYK00.320.250.27
HSL346.78º30.26%61.76%-
HSV(B)346.78º31.55%73.33%-
XYZ33.0227.9328.85-
YUV147.12124.55156.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=41.01%
G=28.07%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712814100.320.250.27346.7830.2661.76
HexBB808D020191B15b1e3e
Octal27320021504031335333676
Binary1011101110000000100011010100000110011101110101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB808D; }

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

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

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

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

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

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

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

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