#B08088

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

Shades of Tapestry #B08088

Tints of Tapestry #B08088

Color information

#B08088 (or 0xB08088) is unknown color: approx Tapestry. HEX triplet: B0, 80 and 88. RGB value is (176,128,136). Sum of RGB (Red+Green+Blue) = 176+128+136=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B08088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08088 is #4F7F77. Grayscale: #8F8F8F. Windows color (decimal): -5209976 or 8945840. OLE color: 8945840.

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

Color convert

RGB176128136-
CMYK00.270.230.31
HSL350º23.3%59.61%-
HSV(B)350º27.27%69.02%-
XYZ30.0726.4526.81-
YUV143.26123.9151.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=40%
G=29.09%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612813600.270.230.3135023.359.61
HexB0808801B171F15e173c
Octal26020021003327375362774
Binary101100001000000010001000011011101111111110101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08088; }

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

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

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

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

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

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

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

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