#BB8089

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

Shades of Tapestry #BB8089

Tints of Tapestry #BB8089

Color information

#BB8089 (or 0xBB8089) is unknown color: approx Tapestry. HEX triplet: BB, 80 and 89. RGB value is (187,128,137). Sum of RGB (Red+Green+Blue) = 187+128+137=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8089 is #447F76. Grayscale: #929292. Windows color (decimal): -4489079 or 9011387. OLE color: 9011387.

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

Color convert

RGB187128137-
CMYK00.320.270.27
HSL350.85º30.26%61.76%-
HSV(B)350.85º31.55%73.33%-
XYZ32.7327.8127.31-
YUV146.67122.55156.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=41.37%
G=28.32%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712813700.320.270.27350.8530.2661.76
HexBB80890201B1B15f1e3e
Octal27320021104033335373676
Binary1011101110000000100010010100000110111101110101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8089; }

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

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

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

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

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

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

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

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