#BB808A

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

Shades of Tapestry #BB808A

Tints of Tapestry #BB808A

Color information

#BB808A (or 0xBB808A) is unknown color: approx Tapestry. HEX triplet: BB, 80 and 8A. RGB value is (187,128,138). Sum of RGB (Red+Green+Blue) = 187+128+138=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808A is #447F75. Grayscale: #929292. Windows color (decimal): -4489078 or 9076923. OLE color: 9076923.

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

Color convert

RGB187128138-
CMYK00.320.260.27
HSL349.83º30.26%61.76%-
HSV(B)349.83º31.55%73.33%-
XYZ32.827.8427.69-
YUV146.78123.05156.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=41.28%
G=28.26%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712813800.320.260.27349.8330.2661.76
HexBB808A0201A1B15e1e3e
Octal27320021204032335363676
Binary1011101110000000100010100100000110101101110101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB808A; }

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

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

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

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

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

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

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

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