#B3858C

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

Shades of Tapestry #B3858C

Tints of Tapestry #B3858C

Color information

#B3858C (or 0xB3858C) is unknown color: approx Tapestry. HEX triplet: B3, 85 and 8C. RGB value is (179,133,140). Sum of RGB (Red+Green+Blue) = 179+133+140=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3858C is #4C7A73. Grayscale: #939393. Windows color (decimal): -5012084 or 9209267. OLE color: 9209267.

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

Color convert

RGB179133140-
CMYK00.260.220.30
HSL350.87º23.23%61.18%-
HSV(B)350.87º25.7%70.2%-
XYZ31.7128.2528.59-
YUV147.55123.74150.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=39.60%
G=29.42%
B=30.97%

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
Decimal17913314000.260.220.30350.8723.2361.18
HexB3858C01A161E15f173d
Octal26320521403226365372775
Binary101100111000010110001100011010101101111010101111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3858C; }

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

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

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

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

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

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

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

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