#B0888C

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

Shades of Tapestry #B0888C

Tints of Tapestry #B0888C

Color information

#B0888C (or 0xB0888C) is unknown color: approx Tapestry. HEX triplet: B0, 88 and 8C. RGB value is (176,136,140). Sum of RGB (Red+Green+Blue) = 176+136+140=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888C is #4F7773. Grayscale: #949494. Windows color (decimal): -5207924 or 9210032. OLE color: 9210032.

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

Color convert

RGB176136140-
CMYK00.230.200.31
HSL354º20.2%61.18%-
HSV(B)354º22.73%69.02%-
XYZ31.4428.7328.7-
YUV148.42123.25147.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=38.94%
G=30.09%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613614000.230.200.3135420.261.18
HexB0888C017141F162143d
Octal26021021402724375422475
Binary101100001000100010001100010111101001111110110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0888C; }

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

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

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

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

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

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

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

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