#B86279

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

Shades of Tapestry #B86279

Tints of Tapestry #B86279

Color information

#B86279 (or 0xB86279) is unknown color: approx Tapestry. HEX triplet: B8, 62 and 79. RGB value is (184,98,121). Sum of RGB (Red+Green+Blue) = 184+98+121=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B86279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86279 is #479D86. Grayscale: #7E7E7E. Windows color (decimal): -4693383 or 7955128. OLE color: 7955128.

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

Color convert

RGB18498121-
CMYK00.470.340.28
HSL343.95º37.72%55.29%-
HSV(B)343.95º46.74%72.16%-
XYZ27.5920.3120.55-
YUV126.34124.99169.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=45.66%
G=24.32%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849812100.470.340.28343.9537.7255.29
HexB8627902F221C1582637
Octal27014217105742345304667
Binary1011100011000101111001010111110001011100101011000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86279; }

 p { color: rgb(184,98,121); }

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

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

 a { background-color: rgb(184,98,121); }

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

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

 span { border-color: rgb(184,98,121); }

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