#B86D7A

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

Shades of Tapestry #B86D7A

Tints of Tapestry #B86D7A

Color information

#B86D7A (or 0xB86D7A) is unknown color: approx Tapestry. HEX triplet: B8, 6D and 7A. RGB value is (184,109,122). Sum of RGB (Red+Green+Blue) = 184+109+122=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D7A is #479285. Grayscale: #848484. Windows color (decimal): -4690566 or 8023480. OLE color: 8023480.

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

Color convert

RGB184109122-
CMYK00.410.340.28
HSL349.6º34.56%57.45%-
HSV(B)349.6º40.76%72.16%-
XYZ28.7522.5321.25-
YUV132.91121.85164.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=44.34%
G=26.27%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410912200.410.340.28349.634.5657.45
HexB86D7A029221C15e2339
Octal27015517205142345364371
Binary1011100011011011111010010100110001011100101011110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D7A; }

 p { color: rgb(184,109,122); }

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

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

 a { background-color: rgb(184,109,122); }

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

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

 span { border-color: rgb(184,109,122); }

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