#B4A18D

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

Shades of Pale Taupe #B4A18D

Tints of Pale Taupe #B4A18D

Color information

#B4A18D (or 0xB4A18D) is unknown color: approx Pale Taupe. HEX triplet: B4, A1 and 8D. RGB value is (180,161,141). Sum of RGB (Red+Green+Blue) = 180+161+141=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A18D is #4B5E72. Grayscale: #A4A4A4. Windows color (decimal): -4939379 or 9281972. OLE color: 9281972.

HSL color Cylindrical-coordinate representation of color #B4A18D: hue angle of 30.77º 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 #B4A18D is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180161141-
CMYK00.110.220.29
HSL30.77º20.63%62.94%-
HSV(B)30.77º21.67%70.59%-
XYZ36.3737.1230.45-
YUV164.4114.79139.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=37.34%
G=33.40%
B=29.25%

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
Decimal18016114100.110.220.2930.7720.6362.94
HexB4A18D0B161D1f153f
Octal2642412150132635372577
Binary1011010010100001100011010101110110111011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A18D; }

 p { color: rgb(180,161,141); }

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

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

 a { background-color: rgb(180,161,141); }

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

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

 span { border-color: rgb(180,161,141); }

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