#BB718B

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

Shades of Tapestry #BB718B

Tints of Tapestry #BB718B

Color information

#BB718B (or 0xBB718B) is unknown color: approx Tapestry. HEX triplet: BB, 71 and 8B. RGB value is (187,113,139). Sum of RGB (Red+Green+Blue) = 187+113+139=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB718B is #448E74. Grayscale: #8A8A8A. Windows color (decimal): -4492917 or 9138619. OLE color: 9138619.

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

Color convert

RGB187113139-
CMYK00.400.260.27
HSL338.92º35.24%58.82%-
HSV(B)338.92º39.57%73.33%-
XYZ31.0624.2427.47-
YUV138.09128.52162.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=42.60%
G=25.74%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711313900.400.260.27338.9235.2458.82
HexBB718B0281A1B153233b
Octal27316121305032335234373
Binary1011101111100011000101101010001101011011101010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB718B; }

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

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

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

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

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

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

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

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