#B86B8C

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

Shades of Tapestry #B86B8C

Tints of Tapestry #B86B8C

Color information

#B86B8C (or 0xB86B8C) is unknown color: approx Tapestry. HEX triplet: B8, 6B and 8C. RGB value is (184,107,140). Sum of RGB (Red+Green+Blue) = 184+107+140=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B8C is #479473. Grayscale: #858585. Windows color (decimal): -4691060 or 9202616. OLE color: 9202616.

HSL color Cylindrical-coordinate representation of color #B86B8C: hue angle of 334.29º 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 #B86B8C is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB184107140-
CMYK00.420.240.28
HSL334.29º35.16%57.06%-
HSV(B)334.29º41.85%72.16%-
XYZ29.7622.627.6-
YUV133.78131.51163.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=42.69%
G=24.83%
B=32.48%

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
Decimal18410714000.420.240.28334.2935.1657.06
HexB86B8C02A181C14e2339
Octal27015321405230345164371
Binary1011100011010111000110001010101100011100101001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B8C; }

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

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

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

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

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

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

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

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