#B08286

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

Shades of Tapestry #B08286

Tints of Tapestry #B08286

Color information

#B08286 (or 0xB08286) is unknown color: approx Tapestry. HEX triplet: B0, 82 and 86. RGB value is (176,130,134). Sum of RGB (Red+Green+Blue) = 176+130+134=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B08286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08286 is #4F7D79. Grayscale: #909090. Windows color (decimal): -5209466 or 8815280. OLE color: 8815280.

HSL color Cylindrical-coordinate representation of color #B08286: hue angle of 354.78º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08286 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB176130134-
CMYK00.260.240.31
HSL354.78º22.55%60%-
HSV(B)354.78º26.14%69.02%-
XYZ30.1926.9226.16-
YUV144.21122.24150.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=40%
G=29.55%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613013400.260.240.31354.7822.5560
HexB0828601A181F163173c
Octal26020220603230375432774
Binary101100001000001010000110011010110001111110110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08286; }

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

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

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

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

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

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

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

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