#B08089

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

Shades of Tapestry #B08089

Tints of Tapestry #B08089

Color information

#B08089 (or 0xB08089) is unknown color: approx Tapestry. HEX triplet: B0, 80 and 89. RGB value is (176,128,137). Sum of RGB (Red+Green+Blue) = 176+128+137=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B08089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08089 is #4F7F76. Grayscale: #8F8F8F. Windows color (decimal): -5209975 or 9011376. OLE color: 9011376.

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

Color convert

RGB176128137-
CMYK00.270.220.31
HSL348.75º23.3%59.61%-
HSV(B)348.75º27.27%69.02%-
XYZ30.1426.4727.19-
YUV143.38124.4151.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=39.91%
G=29.02%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612813700.270.220.31348.7523.359.61
HexB0808901B161F15d173c
Octal26020021103326375352774
Binary101100001000000010001001011011101101111110101110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08089; }

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

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

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

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

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

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

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

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