#B0808F

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

Shades of Tapestry #B0808F

Tints of Tapestry #B0808F

Color information

#B0808F (or 0xB0808F) is unknown color: approx Tapestry. HEX triplet: B0, 80 and 8F. RGB value is (176,128,143). Sum of RGB (Red+Green+Blue) = 176+128+143=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0808F is #4F7F70. Grayscale: #909090. Windows color (decimal): -5209969 or 9404592. OLE color: 9404592.

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

Color convert

RGB176128143-
CMYK00.270.190.31
HSL341.25º23.3%59.61%-
HSV(B)341.25º27.27%69.02%-
XYZ30.5826.6529.52-
YUV144.06127.4150.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=39.37%
G=28.64%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612814300.270.190.31341.2523.359.61
HexB0808F01B131F155173c
Octal26020021703323375252774
Binary101100001000000010001111011011100111111110101010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0808F; }

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

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

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

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

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

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

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

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