#B6A083

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

Shades of Pale Taupe #B6A083

Tints of Pale Taupe #B6A083

Color information

#B6A083 (or 0xB6A083) is unknown color: approx Pale Taupe. HEX triplet: B6, A0 and 83. RGB value is (182,160,131). Sum of RGB (Red+Green+Blue) = 182+160+131=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A083 is #495F7C. Grayscale: #A3A3A3. Windows color (decimal): -4808573 or 8626358. OLE color: 8626358.

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

Color convert

RGB182160131-
CMYK00.120.280.29
HSL34.12º25.89%61.37%-
HSV(B)34.12º28.02%71.37%-
XYZ35.9636.7326.67-
YUV163.27109.79141.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=38.48%
G=33.83%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216013100.120.280.2934.1225.8961.37
HexB6A0830C1C1D221a3d
Octal2662402030143435423275
Binary10110110101000001000001101100111001110110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A083; }

 p { color: rgb(182,160,131); }

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

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

 a { background-color: rgb(182,160,131); }

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

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

 span { border-color: rgb(182,160,131); }

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