#BB7280

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

Shades of Tapestry #BB7280

Tints of Tapestry #BB7280

Color information

#BB7280 (or 0xBB7280) is unknown color: approx Tapestry. HEX triplet: BB, 72 and 80. RGB value is (187,114,128). Sum of RGB (Red+Green+Blue) = 187+114+128=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7280 is #448D7F. Grayscale: #898989. Windows color (decimal): -4492672 or 8417979. OLE color: 8417979.

HSL color Cylindrical-coordinate representation of color #BB7280: hue angle of 348.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7280 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187114128-
CMYK00.390.320.27
HSL348.49º34.93%59.02%-
HSV(B)348.49º39.04%73.33%-
XYZ30.4124.1623.48-
YUV137.42122.68163.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=43.59%
G=26.57%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711412800.390.320.27348.4934.9359.02
HexBB7280027201B15c233b
Octal27316220004740335344373
Binary10111011111001010000000010011110000011011101011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7280; }

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

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

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

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

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

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

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

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