#B9848A

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

Shades of Tapestry #B9848A

Tints of Tapestry #B9848A

Color information

#B9848A (or 0xB9848A) is unknown color: approx Tapestry. HEX triplet: B9, 84 and 8A. RGB value is (185,132,138). Sum of RGB (Red+Green+Blue) = 185+132+138=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9848A is #467B75. Grayscale: #949494. Windows color (decimal): -4619126 or 9077945. OLE color: 9077945.

HSL color Cylindrical-coordinate representation of color #B9848A: hue angle of 353.21º degrees, saturation: 0.27, 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 #B9848A is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB185132138-
CMYK00.290.250.27
HSL353.21º27.46%62.16%-
HSV(B)353.21º28.65%72.55%-
XYZ32.8528.6527.84-
YUV148.53122.06154.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=40.66%
G=29.01%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513213800.290.250.27353.2127.4662.16
HexB9848A01D191B1611b3e
Octal27120421203531335413376
Binary101110011000010010001010011101110011101110110000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9848A; }

 p { color: rgb(185,132,138); }

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

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

 a { background-color: rgb(185,132,138); }

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

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

 span { border-color: rgb(185,132,138); }

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