#B27481

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

Shades of Tapestry #B27481

Tints of Tapestry #B27481

Color information

#B27481 (or 0xB27481) is unknown color: approx Tapestry. HEX triplet: B2, 74 and 81. RGB value is (178,116,129). Sum of RGB (Red+Green+Blue) = 178+116+129=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27481 is #4D8B7E. Grayscale: #888888. Windows color (decimal): -5081983 or 8484018. OLE color: 8484018.

HSL color Cylindrical-coordinate representation of color #B27481: hue angle of 347.42º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27481 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178116129-
CMYK00.350.280.30
HSL347.42º28.7%57.65%-
HSV(B)347.42º34.83%69.8%-
XYZ28.5723.5423.81-
YUV136.02124.04157.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=42.08%
G=27.42%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811612900.350.280.30347.4228.757.65
HexB274810231C1E15b1d3a
Octal26216420104334365333572
Binary101100101110100100000010100011111001111010101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27481; }

 p { color: rgb(178,116,129); }

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

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

 a { background-color: rgb(178,116,129); }

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

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

 span { border-color: rgb(178,116,129); }

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