#B98082

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

Shades of Tapestry #B98082

Tints of Tapestry #B98082

Color information

#B98082 (or 0xB98082) is unknown color: approx Tapestry. HEX triplet: B9, 80 and 82. RGB value is (185,128,130). Sum of RGB (Red+Green+Blue) = 185+128+130=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B98082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98082 is #467F7D. Grayscale: #919191. Windows color (decimal): -4620158 or 8552633. OLE color: 8552633.

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

Color convert

RGB185128130-
CMYK00.310.300.27
HSL357.89º28.93%61.37%-
HSV(B)357.89º30.81%72.55%-
XYZ31.7627.3624.73-
YUV145.27119.38156.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=41.76%
G=28.89%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512813000.310.300.27357.8928.9361.37
HexB9808201F1E1B1661d3d
Octal27120020203736335463575
Binary101110011000000010000010011111111101101110110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98082; }

 p { color: rgb(185,128,130); }

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

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

 a { background-color: rgb(185,128,130); }

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

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

 span { border-color: rgb(185,128,130); }

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