#B4858B

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

Shades of Tapestry #B4858B

Tints of Tapestry #B4858B

Color information

#B4858B (or 0xB4858B) is unknown color: approx Tapestry. HEX triplet: B4, 85 and 8B. RGB value is (180,133,139). Sum of RGB (Red+Green+Blue) = 180+133+139=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4858B is #4B7A74. Grayscale: #939393. Windows color (decimal): -4946549 or 9143732. OLE color: 9143732.

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

Color convert

RGB180133139-
CMYK00.260.230.29
HSL352.34º23.86%61.37%-
HSV(B)352.34º26.11%70.59%-
XYZ31.8728.3428.22-
YUV147.74123.07151.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=39.82%
G=29.42%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013313900.260.230.29352.3423.8661.37
HexB4858B01A171D160183d
Octal26420521303227355403075
Binary101101001000010110001011011010101111110110110000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4858B; }

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

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

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

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

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

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

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

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