#BB818D

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

Shades of Tapestry #BB818D

Tints of Tapestry #BB818D

Color information

#BB818D (or 0xBB818D) is unknown color: approx Tapestry. HEX triplet: BB, 81 and 8D. RGB value is (187,129,141). Sum of RGB (Red+Green+Blue) = 187+129+141=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB818D is #447E72. Grayscale: #939393. Windows color (decimal): -4488819 or 9273787. OLE color: 9273787.

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

Color convert

RGB187129141-
CMYK00.310.250.27
HSL347.59º29.9%61.96%-
HSV(B)347.59º31.02%73.33%-
XYZ33.1528.1928.89-
YUV147.71124.22156.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=40.92%
G=28.23%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712914100.310.250.27347.5929.961.96
HexBB818D01F191B15c1e3e
Octal27320121503731335343676
Binary101110111000000110001101011111110011101110101110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB818D; }

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

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

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

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

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

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

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

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