#BB717F

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

Shades of Tapestry #BB717F

Tints of Tapestry #BB717F

Color information

#BB717F (or 0xBB717F) is unknown color: approx Tapestry. HEX triplet: BB, 71 and 7F. RGB value is (187,113,127). Sum of RGB (Red+Green+Blue) = 187+113+127=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB717F is #448E80. Grayscale: #888888. Windows color (decimal): -4492929 or 8352187. OLE color: 8352187.

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

Color convert

RGB187113127-
CMYK00.400.320.27
HSL348.65º35.24%58.82%-
HSV(B)348.65º39.57%73.33%-
XYZ30.2323.9123.1-
YUV136.72122.52163.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 127 (50% from 255) = 29.74%
R=43.79%
G=26.46%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711312700.400.320.27348.6535.2458.82
HexBB717F028201B15d233b
Octal27316117705040335354373
Binary1011101111100011111111010100010000011011101011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB717F; }

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

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

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

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

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

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

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

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