#BB808C

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

Shades of Tapestry #BB808C

Tints of Tapestry #BB808C

Color information

#BB808C (or 0xBB808C) is unknown color: approx Tapestry. HEX triplet: BB, 80 and 8C. RGB value is (187,128,140). Sum of RGB (Red+Green+Blue) = 187+128+140=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808C is #447F73. Grayscale: #939393. Windows color (decimal): -4489076 or 9207995. OLE color: 9207995.

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

Color convert

RGB187128140-
CMYK00.320.250.27
HSL347.8º30.26%61.76%-
HSV(B)347.8º31.55%73.33%-
XYZ32.9527.928.46-
YUV147.01124.05156.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=41.10%
G=28.13%
B=30.77%

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
Decimal18712814000.320.250.27347.830.2661.76
HexBB808C020191B15c1e3e
Octal27320021404031335343676
Binary1011101110000000100011000100000110011101110101110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB808C; }

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

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

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

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

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

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

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

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