#BB818C

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

Shades of Tapestry #BB818C

Tints of Tapestry #BB818C

Color information

#BB818C (or 0xBB818C) is unknown color: approx Tapestry. HEX triplet: BB, 81 and 8C. RGB value is (187,129,140). Sum of RGB (Red+Green+Blue) = 187+129+140=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB818C is #447E73. Grayscale: #939393. Windows color (decimal): -4488820 or 9208251. OLE color: 9208251.

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

Color convert

RGB187129140-
CMYK00.310.250.27
HSL348.62º29.9%61.96%-
HSV(B)348.62º31.02%73.33%-
XYZ33.0828.1628.5-
YUV147.6123.72156.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=41.01%
G=28.29%
B=30.70%

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
Decimal18712914000.310.250.27348.6229.961.96
HexBB818C01F191B15d1e3e
Octal27320121403731335353676
Binary101110111000000110001100011111110011101110101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB818C; }

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

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

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

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

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

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

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

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