#BB758A

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

Shades of Tapestry #BB758A

Tints of Tapestry #BB758A

Color information

#BB758A (or 0xBB758A) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 8A. RGB value is (187,117,138). Sum of RGB (Red+Green+Blue) = 187+117+138=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758A is #448A75. Grayscale: #8C8C8C. Windows color (decimal): -4491894 or 9074107. OLE color: 9074107.

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

Color convert

RGB187117138-
CMYK00.370.260.27
HSL342º33.98%59.61%-
HSV(B)342º37.43%73.33%-
XYZ31.4425.1227.24-
YUV140.32126.69161.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=42.31%
G=26.47%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711713800.370.260.2734233.9859.61
HexBB758A0251A1B156223c
Octal27316521204532335264274
Binary1011101111101011000101001001011101011011101010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB758A; }

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

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

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

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

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

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

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

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