#B98183

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

Shades of Tapestry #B98183

Tints of Tapestry #B98183

Color information

#B98183 (or 0xB98183) is unknown color: approx Tapestry. HEX triplet: B9, 81 and 83. RGB value is (185,129,131). Sum of RGB (Red+Green+Blue) = 185+129+131=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B98183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98183 is #467E7C. Grayscale: #929292. Windows color (decimal): -4619901 or 8618425. OLE color: 8618425.

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

Color convert

RGB185129131-
CMYK00.300.290.27
HSL357.86º28.57%61.57%-
HSV(B)357.86º30.27%72.55%-
XYZ31.9527.6525.13-
YUV145.97119.55155.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=41.57%
G=28.99%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512913100.300.290.27357.8628.5761.57
HexB9818301E1D1B1661d3e
Octal27120120303635335463576
Binary101110011000000110000011011110111011101110110011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98183; }

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

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

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

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

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

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

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

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