#B27281

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

Shades of Tapestry #B27281

Tints of Tapestry #B27281

Color information

#B27281 (or 0xB27281) is unknown color: approx Tapestry. HEX triplet: B2, 72 and 81. RGB value is (178,114,129). Sum of RGB (Red+Green+Blue) = 178+114+129=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B27281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27281 is #4D8D7E. Grayscale: #868686. Windows color (decimal): -5082495 or 8483506. OLE color: 8483506.

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

Color convert

RGB178114129-
CMYK00.360.280.30
HSL345.94º29.36%57.25%-
HSV(B)345.94º35.96%69.8%-
XYZ28.3423.0823.73-
YUV134.85124.7158.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=42.28%
G=27.08%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811412900.360.280.30345.9429.3657.25
HexB272810241C1E15a1d39
Octal26216220104434365323571
Binary101100101110010100000010100100111001111010101101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27281; }

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

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

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

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

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

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

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

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