#BB777E

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

Shades of Tapestry #BB777E

Tints of Tapestry #BB777E

Color information

#BB777E (or 0xBB777E) is unknown color: approx Tapestry. HEX triplet: BB, 77 and 7E. RGB value is (187,119,126). Sum of RGB (Red+Green+Blue) = 187+119+126=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB777E is #448881. Grayscale: #8C8C8C. Windows color (decimal): -4491394 or 8288187. OLE color: 8288187.

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

Color convert

RGB187119126-
CMYK00.360.330.27
HSL353.82º33.33%60%-
HSV(B)353.82º36.36%73.33%-
XYZ30.8625.2622.99-
YUV140.13120.03161.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=43.29%
G=27.55%
B=29.17%

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
Decimal18711912600.360.330.27353.8233.3360
HexBB777E024211B162213c
Octal27316717604441335424174
Binary1011101111101111111110010010010000111011101100010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB777E; }

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

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

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

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

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

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

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

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