#BB798F

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

Shades of Tapestry #BB798F

Tints of Tapestry #BB798F

Color information

#BB798F (or 0xBB798F) is unknown color: approx Tapestry. HEX triplet: BB, 79 and 8F. RGB value is (187,121,143). Sum of RGB (Red+Green+Blue) = 187+121+143=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB798F is #448670. Grayscale: #8F8F8F. Windows color (decimal): -4490865 or 9402811. OLE color: 9402811.

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

Color convert

RGB187121143-
CMYK00.350.240.27
HSL340º32.67%60.39%-
HSV(B)340º35.29%73.33%-
XYZ32.2926.2229.35-
YUV143.24127.87159.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=41.46%
G=26.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712114300.350.240.2734032.6760.39
HexBB798F023181B154213c
Octal27317121704330335244174
Binary1011101111110011000111101000111100011011101010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB798F; }

 p { color: rgb(187,121,143); }

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

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

 a { background-color: rgb(187,121,143); }

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

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

 span { border-color: rgb(187,121,143); }

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