#B08090

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

Shades of Tapestry #B08090

Tints of Tapestry #B08090

Color information

#B08090 (or 0xB08090) is unknown color: approx Tapestry. HEX triplet: B0, 80 and 90. RGB value is (176,128,144). Sum of RGB (Red+Green+Blue) = 176+128+144=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B08090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08090 is #4F7F6F. Grayscale: #909090. Windows color (decimal): -5209968 or 9470128. OLE color: 9470128.

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

Color convert

RGB176128144-
CMYK00.270.180.31
HSL340º23.3%59.61%-
HSV(B)340º27.27%69.02%-
XYZ30.6626.6829.92-
YUV144.18127.9150.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=39.29%
G=28.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612814400.270.180.3134023.359.61
HexB0809001B121F154173c
Octal26020022003322375242774
Binary101100001000000010010000011011100101111110101010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08090; }

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

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

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

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

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

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

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

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