#B8777E

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

Shades of Tapestry #B8777E

Tints of Tapestry #B8777E

Color information

#B8777E (or 0xB8777E) is unknown color: approx Tapestry. HEX triplet: B8, 77 and 7E. RGB value is (184,119,126). Sum of RGB (Red+Green+Blue) = 184+119+126=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8777E is #478881. Grayscale: #8B8B8B. Windows color (decimal): -4688002 or 8288184. OLE color: 8288184.

HSL color Cylindrical-coordinate representation of color #B8777E: hue angle of 353.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8777E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB184119126-
CMYK00.350.320.28
HSL353.54º31.4%59.41%-
HSV(B)353.54º35.33%72.16%-
XYZ30.1324.8922.95-
YUV139.23120.53159.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=42.89%
G=27.74%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411912600.350.320.28353.5431.459.41
HexB8777E023201C1621f3b
Octal27016717604340345423773
Binary101110001110111111111001000111000001110010110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8777E; }

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

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

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

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

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

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

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

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