#B08083

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

Shades of Tapestry #B08083

Tints of Tapestry #B08083

Color information

#B08083 (or 0xB08083) is unknown color: approx Tapestry. HEX triplet: B0, 80 and 83. RGB value is (176,128,131). Sum of RGB (Red+Green+Blue) = 176+128+131=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B08083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08083 is #4F7F7C. Grayscale: #8E8E8E. Windows color (decimal): -5209981 or 8618160. OLE color: 8618160.

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

Color convert

RGB176128131-
CMYK00.270.260.31
HSL356.25º23.3%59.61%-
HSV(B)356.25º27.27%69.02%-
XYZ29.7226.3124.98-
YUV142.69121.4151.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=40.46%
G=29.43%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612813100.270.260.31356.2523.359.61
HexB0808301B1A1F164173c
Octal26020020303332375442774
Binary101100001000000010000011011011110101111110110010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08083; }

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

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

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

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

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

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

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

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