#BB717E

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

Shades of Tapestry #BB717E

Tints of Tapestry #BB717E

Color information

#BB717E (or 0xBB717E) is unknown color: approx Tapestry. HEX triplet: BB, 71 and 7E. RGB value is (187,113,126). Sum of RGB (Red+Green+Blue) = 187+113+126=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB717E is #448E81. Grayscale: #888888. Windows color (decimal): -4492930 or 8286651. OLE color: 8286651.

HSL color Cylindrical-coordinate representation of color #BB717E: hue angle of 349.46º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB717E is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB187113126-
CMYK00.400.330.27
HSL349.46º35.24%58.82%-
HSV(B)349.46º39.57%73.33%-
XYZ30.1623.8822.76-
YUV136.61122.02163.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=43.90%
G=26.53%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711312600.400.330.27349.4635.2458.82
HexBB717E028211B15d233b
Octal27316117605041335354373
Binary1011101111100011111110010100010000111011101011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB717E; }

 p { color: rgb(187,113,126); }

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

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

 a { background-color: rgb(187,113,126); }

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

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

 span { border-color: rgb(187,113,126); }

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