#B98388

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

Shades of Tapestry #B98388

Tints of Tapestry #B98388

Color information

#B98388 (or 0xB98388) is unknown color: approx Tapestry. HEX triplet: B9, 83 and 88. RGB value is (185,131,136). Sum of RGB (Red+Green+Blue) = 185+131+136=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B98388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98388 is #467C77. Grayscale: #939393. Windows color (decimal): -4619384 or 8946617. OLE color: 8946617.

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

Color convert

RGB185131136-
CMYK00.290.260.27
HSL354.44º27.84%61.96%-
HSV(B)354.44º29.19%72.55%-
XYZ32.5728.3227.04-
YUV147.72121.39154.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=40.93%
G=28.98%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513113600.290.260.27354.4427.8461.96
HexB9838801D1A1B1621c3e
Octal27120321003532335423476
Binary101110011000001110001000011101110101101110110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98388; }

 p { color: rgb(185,131,136); }

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

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

 a { background-color: rgb(185,131,136); }

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

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

 span { border-color: rgb(185,131,136); }

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