#B9947E

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

Shades of Pale Taupe #B9947E

Tints of Pale Taupe #B9947E

Color information

#B9947E (or 0xB9947E) is unknown color: approx Pale Taupe. HEX triplet: B9, 94 and 7E. RGB value is (185,148,126). Sum of RGB (Red+Green+Blue) = 185+148+126=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9947E is #466B81. Grayscale: #9C9C9C. Windows color (decimal): -4615042 or 8295609. OLE color: 8295609.

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

Color convert

RGB185148126-
CMYK00.200.320.27
HSL22.37º29.65%60.98%-
HSV(B)22.37º31.89%72.55%-
XYZ34.363324.3-
YUV156.55110.76148.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=40.31%
G=32.24%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514812600.200.320.2722.3729.6560.98
HexB9947E014201B161e3d
Octal2712241760244033263675
Binary10111001100101001111110010100100000110111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9947E; }

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

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

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

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

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

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

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

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