#BB718D

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

Shades of Tapestry #BB718D

Tints of Tapestry #BB718D

Color information

#BB718D (or 0xBB718D) is unknown color: approx Tapestry. HEX triplet: BB, 71 and 8D. RGB value is (187,113,141). Sum of RGB (Red+Green+Blue) = 187+113+141=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB718D is #448E72. Grayscale: #8A8A8A. Windows color (decimal): -4492915 or 9269691. OLE color: 9269691.

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

Color convert

RGB187113141-
CMYK00.400.250.27
HSL337.3º35.24%58.82%-
HSV(B)337.3º39.57%73.33%-
XYZ31.2124.328.24-
YUV138.32129.52162.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=42.40%
G=25.62%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711314100.400.250.27337.335.2458.82
HexBB718D028191B151233b
Octal27316121505031335214373
Binary1011101111100011000110101010001100111011101010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB718D; }

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

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

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

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

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

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

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

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