#B88285

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

Shades of Tapestry #B88285

Tints of Tapestry #B88285

Color information

#B88285 (or 0xB88285) is unknown color: approx Tapestry. HEX triplet: B8, 82 and 85. RGB value is (184,130,133). Sum of RGB (Red+Green+Blue) = 184+130+133=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B88285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88285 is #477D7A. Grayscale: #929292. Windows color (decimal): -4685179 or 8749752. OLE color: 8749752.

HSL color Cylindrical-coordinate representation of color #B88285: hue angle of 356.67º 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 #B88285 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184130133-
CMYK00.290.280.28
HSL356.67º27.55%61.57%-
HSV(B)356.67º29.35%72.16%-
XYZ31.9827.8525.88-
YUV146.49120.39154.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=41.16%
G=29.08%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413013300.290.280.28356.6727.5561.57
HexB8828501D1C1C1651c3e
Octal27020220503534345453476
Binary101110001000001010000101011101111001110010110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88285; }

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

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

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

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

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

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

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

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