#B86077

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

Shades of Tapestry #B86077

Tints of Tapestry #B86077

Color information

#B86077 (or 0xB86077) is unknown color: approx Tapestry. HEX triplet: B8, 60 and 77. RGB value is (184,96,119). Sum of RGB (Red+Green+Blue) = 184+96+119=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B86077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86077 is #479F88. Grayscale: #7C7C7C. Windows color (decimal): -4693897 or 7823544. OLE color: 7823544.

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

Color convert

RGB18496119-
CMYK00.480.350.28
HSL344.32º38.26%54.9%-
HSV(B)344.32º47.83%72.16%-
XYZ27.2819.8919.85-
YUV124.93124.65170.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=46.12%
G=24.06%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849611900.480.350.28344.3238.2654.9
HexB86077030231C1582637
Octal27014016706043345304667
Binary1011100011000001110111011000010001111100101011000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86077; }

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

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

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

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

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

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

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

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