#B86B8B

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

Shades of Tapestry #B86B8B

Tints of Tapestry #B86B8B

Color information

#B86B8B (or 0xB86B8B) is unknown color: approx Tapestry. HEX triplet: B8, 6B and 8B. RGB value is (184,107,139). Sum of RGB (Red+Green+Blue) = 184+107+139=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B8B is #479474. Grayscale: #858585. Windows color (decimal): -4691061 or 9137080. OLE color: 9137080.

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

Color convert

RGB184107139-
CMYK00.420.240.28
HSL335.06º35.16%57.06%-
HSV(B)335.06º41.85%72.16%-
XYZ29.6922.5727.22-
YUV133.67131.01163.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=42.79%
G=24.88%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410713900.420.240.28335.0635.1657.06
HexB86B8B02A181C14f2339
Octal27015321305230345174371
Binary1011100011010111000101101010101100011100101001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B8B; }

 p { color: rgb(184,107,139); }

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

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

 a { background-color: rgb(184,107,139); }

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

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

 span { border-color: rgb(184,107,139); }

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