#BB787E

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

Shades of Tapestry #BB787E

Tints of Tapestry #BB787E

Color information

#BB787E (or 0xBB787E) is unknown color: approx Tapestry. HEX triplet: BB, 78 and 7E. RGB value is (187,120,126). Sum of RGB (Red+Green+Blue) = 187+120+126=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB787E is #448781. Grayscale: #8C8C8C. Windows color (decimal): -4491138 or 8288443. OLE color: 8288443.

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

Color convert

RGB187120126-
CMYK00.360.330.27
HSL354.63º33%60.2%-
HSV(B)354.63º35.83%73.33%-
XYZ30.9825.523.03-
YUV140.72119.7161.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=43.19%
G=27.71%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712012600.360.330.27354.633360.2
HexBB787E024211B163213c
Octal27317017604441335434174
Binary1011101111110001111110010010010000111011101100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB787E; }

 p { color: rgb(187,120,126); }

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

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

 a { background-color: rgb(187,120,126); }

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

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

 span { border-color: rgb(187,120,126); }

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