#B9747B

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

Shades of Tapestry #B9747B

Tints of Tapestry #B9747B

Color information

#B9747B (or 0xB9747B) is unknown color: approx Tapestry. HEX triplet: B9, 74 and 7B. RGB value is (185,116,123). Sum of RGB (Red+Green+Blue) = 185+116+123=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9747B is #468B84. Grayscale: #898989. Windows color (decimal): -4623237 or 8090809. OLE color: 8090809.

HSL color Cylindrical-coordinate representation of color #B9747B: hue angle of 353.91º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9747B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185116123-
CMYK00.370.340.27
HSL353.91º33.01%59.02%-
HSV(B)353.91º37.3%72.55%-
XYZ29.8324.2421.84-
YUV137.43119.86161.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=43.63%
G=27.36%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511612300.370.340.27353.9133.0159.02
HexB9747B025221B162213b
Octal27116417304542335424173
Binary1011100111101001111011010010110001011011101100010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9747B; }

 p { color: rgb(185,116,123); }

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

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

 a { background-color: rgb(185,116,123); }

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

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

 span { border-color: rgb(185,116,123); }

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