#B88288

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

Shades of Tapestry #B88288

Tints of Tapestry #B88288

Color information

#B88288 (or 0xB88288) is unknown color: approx Tapestry. HEX triplet: B8, 82 and 88. RGB value is (184,130,136). Sum of RGB (Red+Green+Blue) = 184+130+136=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B88288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88288 is #477D77. Grayscale: #929292. Windows color (decimal): -4685176 or 8946360. OLE color: 8946360.

HSL color Cylindrical-coordinate representation of color #B88288: hue angle of 353.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88288 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184130136-
CMYK00.290.260.28
HSL353.33º27.55%61.57%-
HSV(B)353.33º29.35%72.16%-
XYZ32.1927.9326.99-
YUV146.83121.89154.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=40.89%
G=28.89%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413013600.290.260.28353.3327.5561.57
HexB8828801D1A1C1611c3e
Octal27020221003532345413476
Binary101110001000001010001000011101110101110010110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88288; }

 p { color: rgb(184,130,136); }

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

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

 a { background-color: rgb(184,130,136); }

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

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

 span { border-color: rgb(184,130,136); }

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