#B28289

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

Shades of Tapestry #B28289

Tints of Tapestry #B28289

Color information

#B28289 (or 0xB28289) is unknown color: approx Tapestry. HEX triplet: B2, 82 and 89. RGB value is (178,130,137). Sum of RGB (Red+Green+Blue) = 178+130+137=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28289 is #4D7D76. Grayscale: #919191. Windows color (decimal): -5078391 or 9011890. OLE color: 9011890.

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

Color convert

RGB178130137-
CMYK00.270.230.30
HSL351.25º23.76%60.39%-
HSV(B)351.25º26.97%69.8%-
XYZ30.8627.2427.3-
YUV145.15123.4151.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 137 (53.91% from 255) = 30.79%
R=40%
G=29.21%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813013700.270.230.30351.2523.7660.39
HexB2828901B171E15f183c
Octal26220221103327365373074
Binary101100101000001010001001011011101111111010101111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28289; }

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

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

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

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

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

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

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

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