#B4868A

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

Shades of Tapestry #B4868A

Tints of Tapestry #B4868A

Color information

#B4868A (or 0xB4868A) is unknown color: approx Tapestry. HEX triplet: B4, 86 and 8A. RGB value is (180,134,138). Sum of RGB (Red+Green+Blue) = 180+134+138=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4868A is #4B7975. Grayscale: #949494. Windows color (decimal): -4946294 or 9078452. OLE color: 9078452.

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

Color convert

RGB180134138-
CMYK00.260.230.29
HSL354.78º23.47%61.57%-
HSV(B)354.78º25.56%70.59%-
XYZ31.9328.5927.88-
YUV148.21122.24150.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=39.82%
G=29.65%
B=30.53%

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
Decimal18013413800.260.230.29354.7823.4761.57
HexB4868A01A171D163173e
Octal26420621203227355432776
Binary101101001000011010001010011010101111110110110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4868A; }

 p { color: rgb(180,134,138); }

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

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

 a { background-color: rgb(180,134,138); }

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

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

 span { border-color: rgb(180,134,138); }

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