#B08385

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

Shades of Tapestry #B08385

Tints of Tapestry #B08385

Color information

#B08385 (or 0xB08385) is unknown color: approx Tapestry. HEX triplet: B0, 83 and 85. RGB value is (176,131,133). Sum of RGB (Red+Green+Blue) = 176+131+133=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B08385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08385 is #4F7C7A. Grayscale: #909090. Windows color (decimal): -5209211 or 8750000. OLE color: 8750000.

HSL color Cylindrical-coordinate representation of color #B08385: hue angle of 357.33º degrees, saturation: 0.22, 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 #B08385 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB176131133-
CMYK00.260.240.31
HSL357.33º22.17%60.2%-
HSV(B)357.33º25.57%69.02%-
XYZ30.2527.1625.84-
YUV144.68121.41150.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=40%
G=29.77%
B=30.23%

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
Decimal17613113300.260.240.31357.3322.1760.2
HexB0838501A181F165163c
Octal26020320503230375452674
Binary101100001000001110000101011010110001111110110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08385; }

 p { color: rgb(176,131,133); }

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

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

 a { background-color: rgb(176,131,133); }

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

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

 span { border-color: rgb(176,131,133); }

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