#BB707F

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

Shades of Tapestry #BB707F

Tints of Tapestry #BB707F

Color information

#BB707F (or 0xBB707F) is unknown color: approx Tapestry. HEX triplet: BB, 70 and 7F. RGB value is (187,112,127). Sum of RGB (Red+Green+Blue) = 187+112+127=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB707F is #448F80. Grayscale: #888888. Windows color (decimal): -4493185 or 8351931. OLE color: 8351931.

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

Color convert

RGB187112127-
CMYK00.400.320.27
HSL348º35.55%58.63%-
HSV(B)348º40.11%73.33%-
XYZ30.1223.6923.06-
YUV136.14122.85164.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 127 (50% from 255) = 29.81%
R=43.90%
G=26.29%
B=29.81%

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
Decimal18711212700.400.320.2734835.5558.63
HexBB707F028201B15c243b
Octal27316017705040335344473
Binary1011101111100001111111010100010000011011101011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB707F; }

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

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

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

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

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

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

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

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