#B4858C

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

Shades of Tapestry #B4858C

Tints of Tapestry #B4858C

Color information

#B4858C (or 0xB4858C) is unknown color: approx Tapestry. HEX triplet: B4, 85 and 8C. RGB value is (180,133,140). Sum of RGB (Red+Green+Blue) = 180+133+140=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4858C is #4B7A73. Grayscale: #939393. Windows color (decimal): -4946548 or 9209268. OLE color: 9209268.

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

Color convert

RGB180133140-
CMYK00.260.220.29
HSL351.06º23.86%61.37%-
HSV(B)351.06º26.11%70.59%-
XYZ31.9428.3728.6-
YUV147.85123.57150.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=39.74%
G=29.36%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013314000.260.220.29351.0623.8661.37
HexB4858C01A161D15f183d
Octal26420521403226355373075
Binary101101001000010110001100011010101101110110101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4858C; }

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

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

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

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

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

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

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

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