#B9838A

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

Shades of Tapestry #B9838A

Tints of Tapestry #B9838A

Color information

#B9838A (or 0xB9838A) is unknown color: approx Tapestry. HEX triplet: B9, 83 and 8A. RGB value is (185,131,138). Sum of RGB (Red+Green+Blue) = 185+131+138=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9838A is #467C75. Grayscale: #939393. Windows color (decimal): -4619382 or 9077689. OLE color: 9077689.

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

Color convert

RGB185131138-
CMYK00.290.250.27
HSL352.22º27.84%61.96%-
HSV(B)352.22º29.19%72.55%-
XYZ32.7128.3827.8-
YUV147.94122.39154.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=40.75%
G=28.85%
B=30.40%

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
Decimal18513113800.290.250.27352.2227.8461.96
HexB9838A01D191B1601c3e
Octal27120321203531335403476
Binary101110011000001110001010011101110011101110110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9838A; }

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

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

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

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

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

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

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

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