#B9947C

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

Shades of Pale Taupe #B9947C

Tints of Pale Taupe #B9947C

Color information

#B9947C (or 0xB9947C) is unknown color: approx Pale Taupe. HEX triplet: B9, 94 and 7C. RGB value is (185,148,124). Sum of RGB (Red+Green+Blue) = 185+148+124=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9947C is #466B83. Grayscale: #9C9C9C. Windows color (decimal): -4615044 or 8164537. OLE color: 8164537.

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

Color convert

RGB185148124-
CMYK00.200.330.27
HSL23.61º30.35%60.59%-
HSV(B)23.61º32.97%72.55%-
XYZ34.2432.9523.62-
YUV156.33109.76148.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 124 (48.83% from 255) = 27.13%
R=40.48%
G=32.39%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514812400.200.330.2723.6130.3560.59
HexB9947C014211B181e3d
Octal2712241740244133303675
Binary10111001100101001111100010100100001110111100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9947C; }

 p { color: rgb(185,148,124); }

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

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

 a { background-color: rgb(185,148,124); }

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

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

 span { border-color: rgb(185,148,124); }

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