#B4838F

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

Shades of Tapestry #B4838F

Tints of Tapestry #B4838F

Color information

#B4838F (or 0xB4838F) is unknown color: approx Tapestry. HEX triplet: B4, 83 and 8F. RGB value is (180,131,143). Sum of RGB (Red+Green+Blue) = 180+131+143=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4838F is #4B7C70. Grayscale: #939393. Windows color (decimal): -4947057 or 9405364. OLE color: 9405364.

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

Color convert

RGB180131143-
CMYK00.270.210.29
HSL345.31º24.62%60.98%-
HSV(B)345.31º27.22%70.59%-
XYZ31.927.9229.69-
YUV147.02125.73151.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 143 (56.25% from 255) = 31.50%
R=39.65%
G=28.85%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013114300.270.210.29345.3124.6260.98
HexB4838F01B151D159193d
Octal26420321703325355313175
Binary101101001000001110001111011011101011110110101100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4838F; }

 p { color: rgb(180,131,143); }

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

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

 a { background-color: rgb(180,131,143); }

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

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

 span { border-color: rgb(180,131,143); }

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