#BB7592

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

Shades of Tapestry #BB7592

Tints of Tapestry #BB7592

Color information

#BB7592 (or 0xBB7592) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 92. RGB value is (187,117,146). Sum of RGB (Red+Green+Blue) = 187+117+146=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7592 is #448A6D. Grayscale: #8D8D8D. Windows color (decimal): -4491886 or 9598395. OLE color: 9598395.

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

Color convert

RGB187117146-
CMYK00.370.220.27
HSL335.14º33.98%59.61%-
HSV(B)335.14º37.43%73.33%-
XYZ32.0425.3630.4-
YUV141.24130.69160.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=41.56%
G=26%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711714600.370.220.27335.1433.9859.61
HexBB7592025161B14f223c
Octal27316522204526335174274
Binary1011101111101011001001001001011011011011101001111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7592; }

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

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

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

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

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

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

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

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