#BB7583

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

Shades of Tapestry #BB7583

Tints of Tapestry #BB7583

Color information

#BB7583 (or 0xBB7583) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 83. RGB value is (187,117,131). Sum of RGB (Red+Green+Blue) = 187+117+131=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7583 is #448A7C. Grayscale: #8B8B8B. Windows color (decimal): -4491901 or 8615355. OLE color: 8615355.

HSL color Cylindrical-coordinate representation of color #BB7583: hue angle of 348º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7583 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187117131-
CMYK00.370.300.27
HSL348º33.98%59.61%-
HSV(B)348º37.43%73.33%-
XYZ30.9524.9324.65-
YUV139.53123.19161.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=42.99%
G=26.90%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711713100.370.300.2734833.9859.61
HexBB75830251E1B15c223c
Octal27316520304536335344274
Binary1011101111101011000001101001011111011011101011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7583; }

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

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

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

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

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

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

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

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