#B6997C

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

Shades of Pale Taupe #B6997C

Tints of Pale Taupe #B6997C

Color information

#B6997C (or 0xB6997C) is unknown color: approx Pale Taupe. HEX triplet: B6, 99 and 7C. RGB value is (182,153,124). Sum of RGB (Red+Green+Blue) = 182+153+124=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6997C is #496683. Grayscale: #9E9E9E. Windows color (decimal): -4810372 or 8165814. OLE color: 8165814.

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

Color convert

RGB182153124-
CMYK00.160.320.29
HSL30º28.43%60%-
HSV(B)30º31.87%71.37%-
XYZ34.3234.1823.86-
YUV158.36108.61144.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=39.65%
G=33.33%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215312400.160.320.293028.4360
HexB6997C010201D1e1c3c
Octal2662311740204035363474
Binary10110110100110011111100010000100000111011111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6997C; }

 p { color: rgb(182,153,124); }

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

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

 a { background-color: rgb(182,153,124); }

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

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

 span { border-color: rgb(182,153,124); }

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