#B6947E

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

Shades of Pale Taupe #B6947E

Tints of Pale Taupe #B6947E

Color information

#B6947E (or 0xB6947E) is unknown color: approx Pale Taupe. HEX triplet: B6, 94 and 7E. RGB value is (182,148,126). Sum of RGB (Red+Green+Blue) = 182+148+126=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6947E is #496B81. Grayscale: #9B9B9B. Windows color (decimal): -4811650 or 8295606. OLE color: 8295606.

HSL color Cylindrical-coordinate representation of color #B6947E: hue angle of 23.57º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6947E is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182148126-
CMYK00.190.310.29
HSL23.57º27.72%60.39%-
HSV(B)23.57º30.77%71.37%-
XYZ33.6532.6324.26-
YUV155.66111.26146.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=39.91%
G=32.46%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214812600.190.310.2923.5727.7260.39
HexB6947E0131F1D181c3c
Octal2662241760233735303474
Binary1011011010010100111111001001111111111011100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6947E; }

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

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

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

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

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

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

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

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