#B6A089

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

Shades of Pale Taupe #B6A089

Tints of Pale Taupe #B6A089

Color information

#B6A089 (or 0xB6A089) is unknown color: approx Pale Taupe. HEX triplet: B6, A0 and 89. RGB value is (182,160,137). Sum of RGB (Red+Green+Blue) = 182+160+137=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A089 is #495F76. Grayscale: #A4A4A4. Windows color (decimal): -4808567 or 9019574. OLE color: 9019574.

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

Color convert

RGB182160137-
CMYK00.120.250.29
HSL30.67º23.56%62.55%-
HSV(B)30.67º24.73%71.37%-
XYZ36.3836.8928.87-
YUV163.96112.79140.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=38.00%
G=33.40%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216013700.120.250.2930.6723.5662.55
HexB6A0890C191D1f183f
Octal2662402110143135373077
Binary1011011010100000100010010110011001111011111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A089; }

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

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

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

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

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

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

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

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