#BB818B

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

Shades of Tapestry #BB818B

Tints of Tapestry #BB818B

Color information

#BB818B (or 0xBB818B) is unknown color: approx Tapestry. HEX triplet: BB, 81 and 8B. RGB value is (187,129,139). Sum of RGB (Red+Green+Blue) = 187+129+139=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB818B is #447E74. Grayscale: #939393. Windows color (decimal): -4488821 or 9142715. OLE color: 9142715.

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

Color convert

RGB187129139-
CMYK00.310.260.27
HSL349.66º29.9%61.96%-
HSV(B)349.66º31.02%73.33%-
XYZ3328.1328.12-
YUV147.48123.22156.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=41.10%
G=28.35%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712913900.310.260.27349.6629.961.96
HexBB818B01F1A1B15e1e3e
Octal27320121303732335363676
Binary101110111000000110001011011111110101101110101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB818B; }

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

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

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

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

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

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

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

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