#B3858F

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

Shades of Tapestry #B3858F

Tints of Tapestry #B3858F

Color information

#B3858F (or 0xB3858F) is unknown color: approx Tapestry. HEX triplet: B3, 85 and 8F. RGB value is (179,133,143). Sum of RGB (Red+Green+Blue) = 179+133+143=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3858F is #4C7A70. Grayscale: #939393. Windows color (decimal): -5012081 or 9405875. OLE color: 9405875.

HSL color Cylindrical-coordinate representation of color #B3858F: hue angle of 346.96º 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 #B3858F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB179133143-
CMYK00.260.200.30
HSL346.96º23.23%61.18%-
HSV(B)346.96º25.7%70.2%-
XYZ31.9428.3429.77-
YUV147.89125.24150.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=39.34%
G=29.23%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913314300.260.200.30346.9623.2361.18
HexB3858F01A141E15b173d
Octal26320521703224365332775
Binary101100111000010110001111011010101001111010101101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3858F; }

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

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

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

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

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

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

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

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