#B08084

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

Shades of Tapestry #B08084

Tints of Tapestry #B08084

Color information

#B08084 (or 0xB08084) is unknown color: approx Tapestry. HEX triplet: B0, 80 and 84. RGB value is (176,128,132). Sum of RGB (Red+Green+Blue) = 176+128+132=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B08084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08084 is #4F7F7B. Grayscale: #8E8E8E. Windows color (decimal): -5209980 or 8683696. OLE color: 8683696.

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

Color convert

RGB176128132-
CMYK00.270.250.31
HSL355º23.3%59.61%-
HSV(B)355º27.27%69.02%-
XYZ29.7926.3325.34-
YUV142.81121.9151.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=40.37%
G=29.36%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612813200.270.250.3135523.359.61
HexB0808401B191F163173c
Octal26020020403331375432774
Binary101100001000000010000100011011110011111110110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08084; }

 p { color: rgb(176,128,132); }

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

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

 a { background-color: rgb(176,128,132); }

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

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

 span { border-color: rgb(176,128,132); }

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