#B27283

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

Shades of Tapestry #B27283

Tints of Tapestry #B27283

Color information

#B27283 (or 0xB27283) is unknown color: approx Tapestry. HEX triplet: B2, 72 and 83. RGB value is (178,114,131). Sum of RGB (Red+Green+Blue) = 178+114+131=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27283 is #4D8D7C. Grayscale: #878787. Windows color (decimal): -5082493 or 8614578. OLE color: 8614578.

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

Color convert

RGB178114131-
CMYK00.360.260.30
HSL344.06º29.36%57.25%-
HSV(B)344.06º35.96%69.8%-
XYZ28.4723.1424.44-
YUV135.07125.7158.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=42.08%
G=26.95%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811413100.360.260.30344.0629.3657.25
HexB272830241A1E1581d39
Octal26216220304432365303571
Binary101100101110010100000110100100110101111010101100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27283; }

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

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

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

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

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

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

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

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