#BB777D

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

Shades of Tapestry #BB777D

Tints of Tapestry #BB777D

Color information

#BB777D (or 0xBB777D) is unknown color: approx Tapestry. HEX triplet: BB, 77 and 7D. RGB value is (187,119,125). Sum of RGB (Red+Green+Blue) = 187+119+125=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB777D is #448882. Grayscale: #8C8C8C. Windows color (decimal): -4491395 or 8222651. OLE color: 8222651.

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

Color convert

RGB187119125-
CMYK00.360.330.27
HSL354.71º33.33%60%-
HSV(B)354.71º36.36%73.33%-
XYZ30.7925.2422.65-
YUV140.02119.53161.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=43.39%
G=27.61%
B=29.00%

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
Decimal18711912500.360.330.27354.7133.3360
HexBB777D024211B163213c
Octal27316717504441335434174
Binary1011101111101111111101010010010000111011101100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB777D; }

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

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

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

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

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

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

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

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