#BB7283

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

Shades of Tapestry #BB7283

Tints of Tapestry #BB7283

Color information

#BB7283 (or 0xBB7283) is unknown color: approx Tapestry. HEX triplet: BB, 72 and 83. RGB value is (187,114,131). Sum of RGB (Red+Green+Blue) = 187+114+131=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7283 is #448D7C. Grayscale: #898989. Windows color (decimal): -4492669 or 8614587. OLE color: 8614587.

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

Color convert

RGB187114131-
CMYK00.390.300.27
HSL346.03º34.93%59.02%-
HSV(B)346.03º39.04%73.33%-
XYZ30.6124.2424.54-
YUV137.76124.18163.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 131 (51.56% from 255) = 30.32%
R=43.29%
G=26.39%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711413100.390.300.27346.0334.9359.02
HexBB72830271E1B15a233b
Octal27316220304736335324373
Binary1011101111100101000001101001111111011011101011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7283; }

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

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

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

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

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

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

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

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