#B5868A

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

Shades of Tapestry #B5868A

Tints of Tapestry #B5868A

Color information

#B5868A (or 0xB5868A) is unknown color: approx Tapestry. HEX triplet: B5, 86 and 8A. RGB value is (181,134,138). Sum of RGB (Red+Green+Blue) = 181+134+138=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5868A is #4A7975. Grayscale: #949494. Windows color (decimal): -4880758 or 9078453. OLE color: 9078453.

HSL color Cylindrical-coordinate representation of color #B5868A: hue angle of 354.89º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5868A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB181134138-
CMYK00.260.240.29
HSL354.89º24.1%61.76%-
HSV(B)354.89º25.97%70.98%-
XYZ32.1728.7127.89-
YUV148.51122.07151.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=39.96%
G=29.58%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113413800.260.240.29354.8924.161.76
HexB5868A01A181D163183e
Octal26520621203230355433076
Binary101101011000011010001010011010110001110110110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5868A; }

 p { color: rgb(181,134,138); }

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

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

 a { background-color: rgb(181,134,138); }

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

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

 span { border-color: rgb(181,134,138); }

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