#B86F7C

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

Shades of Tapestry #B86F7C

Tints of Tapestry #B86F7C

Color information

#B86F7C (or 0xB86F7C) is unknown color: approx Tapestry. HEX triplet: B8, 6F and 7C. RGB value is (184,111,124). Sum of RGB (Red+Green+Blue) = 184+111+124=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F7C is #479083. Grayscale: #868686. Windows color (decimal): -4690052 or 8155064. OLE color: 8155064.

HSL color Cylindrical-coordinate representation of color #B86F7C: hue angle of 349.32º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F7C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB184111124-
CMYK00.400.330.28
HSL349.32º33.95%57.84%-
HSV(B)349.32º39.67%72.16%-
XYZ29.0923.0121.98-
YUV134.31122.18163.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=43.91%
G=26.49%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411112400.400.330.28349.3233.9557.84
HexB86F7C028211C15d223a
Octal27015717405041345354272
Binary1011100011011111111100010100010000111100101011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86F7C; }

 p { color: rgb(184,111,124); }

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

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

 a { background-color: rgb(184,111,124); }

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

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

 span { border-color: rgb(184,111,124); }

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