#BB757A

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

Shades of Tapestry #BB757A

Tints of Tapestry #BB757A

Color information

#BB757A (or 0xBB757A) is unknown color: approx Tapestry. HEX triplet: BB, 75 and 7A. RGB value is (187,117,122). Sum of RGB (Red+Green+Blue) = 187+117+122=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB757A is #448A85. Grayscale: #8A8A8A. Windows color (decimal): -4491910 or 8025531. OLE color: 8025531.

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

Color convert

RGB187117122-
CMYK00.370.350.27
HSL355.71º33.98%59.61%-
HSV(B)355.71º37.43%73.33%-
XYZ30.3724.6921.58-
YUV138.5118.69162.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=43.90%
G=27.46%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711712200.370.350.27355.7133.9859.61
HexBB757A025231B164223c
Octal27316517204543335444274
Binary1011101111101011111010010010110001111011101100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB757A; }

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

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

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

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

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

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

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

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