#BB797F

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

Shades of Tapestry #BB797F

Tints of Tapestry #BB797F

Color information

#BB797F (or 0xBB797F) is unknown color: approx Tapestry. HEX triplet: BB, 79 and 7F. RGB value is (187,121,127). Sum of RGB (Red+Green+Blue) = 187+121+127=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB797F is #448680. Grayscale: #8D8D8D. Windows color (decimal): -4490881 or 8354235. OLE color: 8354235.

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

Color convert

RGB187121127-
CMYK00.350.320.27
HSL354.55º32.67%60.39%-
HSV(B)354.55º35.29%73.33%-
XYZ31.1625.7723.41-
YUV141.42119.87160.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 127 (50% from 255) = 29.20%
R=42.99%
G=27.82%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712112700.350.320.27354.5532.6760.39
HexBB797F023201B163213c
Octal27317117704340335434174
Binary1011101111110011111111010001110000011011101100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB797F; }

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

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

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

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

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

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

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

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