#B3858B

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

Shades of Tapestry #B3858B

Tints of Tapestry #B3858B

Color information

#B3858B (or 0xB3858B) is unknown color: approx Tapestry. HEX triplet: B3, 85 and 8B. RGB value is (179,133,139). Sum of RGB (Red+Green+Blue) = 179+133+139=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3858B is #4C7A74. Grayscale: #939393. Windows color (decimal): -5012085 or 9143731. OLE color: 9143731.

HSL color Cylindrical-coordinate representation of color #B3858B: hue angle of 352.17º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3858B is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179133139-
CMYK00.260.220.30
HSL352.17º23.23%61.18%-
HSV(B)352.17º25.7%70.2%-
XYZ31.6428.2228.21-
YUV147.44123.24150.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=39.69%
G=29.49%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913313900.260.220.30352.1723.2361.18
HexB3858B01A161E160173d
Octal26320521303226365402775
Binary101100111000010110001011011010101101111010110000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3858B; }

 p { color: rgb(179,133,139); }

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

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

 a { background-color: rgb(179,133,139); }

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

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

 span { border-color: rgb(179,133,139); }

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