#B0808C

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

Shades of Tapestry #B0808C

Tints of Tapestry #B0808C

Color information

#B0808C (or 0xB0808C) is unknown color: approx Tapestry. HEX triplet: B0, 80 and 8C. RGB value is (176,128,140). Sum of RGB (Red+Green+Blue) = 176+128+140=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B0808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0808C is #4F7F73. Grayscale: #8F8F8F. Windows color (decimal): -5209972 or 9207984. OLE color: 9207984.

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

Color convert

RGB176128140-
CMYK00.270.200.31
HSL345º23.3%59.61%-
HSV(B)345º27.27%69.02%-
XYZ30.3626.5628.34-
YUV143.72125.9151.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=39.64%
G=28.83%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612814000.270.200.3134523.359.61
HexB0808C01B141F159173c
Octal26020021403324375312774
Binary101100001000000010001100011011101001111110101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0808C; }

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

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

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

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

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

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

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

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