#B28286

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

Shades of Tapestry #B28286

Tints of Tapestry #B28286

Color information

#B28286 (or 0xB28286) is unknown color: approx Tapestry. HEX triplet: B2, 82 and 86. RGB value is (178,130,134). Sum of RGB (Red+Green+Blue) = 178+130+134=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28286 is #4D7D79. Grayscale: #909090. Windows color (decimal): -5078394 or 8815282. OLE color: 8815282.

HSL color Cylindrical-coordinate representation of color #B28286: hue angle of 355º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B28286 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178130134-
CMYK00.270.250.30
HSL355º23.76%60.39%-
HSV(B)355º26.97%69.8%-
XYZ30.6527.1526.18-
YUV144.81121.9151.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=40.27%
G=29.41%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813013400.270.250.3035523.7660.39
HexB2828601B191E163183c
Octal26220220603331365433074
Binary101100101000001010000110011011110011111010110001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28286; }

 p { color: rgb(178,130,134); }

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

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

 a { background-color: rgb(178,130,134); }

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

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

 span { border-color: rgb(178,130,134); }

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