#B6A088

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

Shades of Pale Taupe #B6A088

Tints of Pale Taupe #B6A088

Color information

#B6A088 (or 0xB6A088) is unknown color: approx Pale Taupe. HEX triplet: B6, A0 and 88. RGB value is (182,160,136). Sum of RGB (Red+Green+Blue) = 182+160+136=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A088 is #495F77. Grayscale: #A3A3A3. Windows color (decimal): -4808568 or 8954038. OLE color: 8954038.

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

Color convert

RGB182160136-
CMYK00.120.250.29
HSL31.3º23.96%62.35%-
HSV(B)31.3º25.27%71.37%-
XYZ36.3136.8628.49-
YUV163.84112.29140.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=38.08%
G=33.47%
B=28.45%

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
Decimal18216013600.120.250.2931.323.9662.35
HexB6A0880C191D1f183e
Octal2662402100143135373076
Binary1011011010100000100010000110011001111011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A088; }

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

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

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

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

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

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

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

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