#B4A08C

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

Shades of Pale Taupe #B4A08C

Tints of Pale Taupe #B4A08C

Color information

#B4A08C (or 0xB4A08C) is unknown color: approx Pale Taupe. HEX triplet: B4, A0 and 8C. RGB value is (180,160,140). Sum of RGB (Red+Green+Blue) = 180+160+140=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A08C is #4B5F73. Grayscale: #A3A3A3. Windows color (decimal): -4939636 or 9216180. OLE color: 9216180.

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

Color convert

RGB180160140-
CMYK00.110.220.29
HSL30º21.05%62.75%-
HSV(B)30º22.22%70.59%-
XYZ36.1336.7430-
YUV163.7114.63139.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=37.5%
G=33.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016014000.110.220.293021.0562.75
HexB4A08C0B161D1e153f
Octal2642402140132635362577
Binary1011010010100000100011000101110110111011111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A08C; }

 p { color: rgb(180,160,140); }

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

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

 a { background-color: rgb(180,160,140); }

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

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

 span { border-color: rgb(180,160,140); }

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