#B0888A

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

Shades of Tapestry #B0888A

Tints of Tapestry #B0888A

Color information

#B0888A (or 0xB0888A) is unknown color: approx Tapestry. HEX triplet: B0, 88 and 8A. RGB value is (176,136,138). Sum of RGB (Red+Green+Blue) = 176+136+138=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888A is #4F7775. Grayscale: #949494. Windows color (decimal): -5207926 or 9078960. OLE color: 9078960.

HSL color Cylindrical-coordinate representation of color #B0888A: hue angle of 357º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0888A is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176136138-
CMYK00.230.220.31
HSL357º20.2%61.18%-
HSV(B)357º22.73%69.02%-
XYZ31.328.6727.93-
YUV148.19122.25147.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=39.11%
G=30.22%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613613800.230.220.3135720.261.18
HexB0888A017161F165143d
Octal26021021202726375452475
Binary101100001000100010001010010111101101111110110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0888A; }

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

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

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

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

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

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

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

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