#B4A08B

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

Shades of Pale Taupe #B4A08B

Tints of Pale Taupe #B4A08B

Color information

#B4A08B (or 0xB4A08B) is unknown color: approx Pale Taupe. HEX triplet: B4, A0 and 8B. RGB value is (180,160,139). Sum of RGB (Red+Green+Blue) = 180+160+139=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A08B is #4B5F74. Grayscale: #A3A3A3. Windows color (decimal): -4939637 or 9150644. OLE color: 9150644.

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

Color convert

RGB180160139-
CMYK00.110.230.29
HSL30.73º21.47%62.55%-
HSV(B)30.73º22.78%70.59%-
XYZ36.0536.7129.61-
YUV163.59114.13139.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=37.58%
G=33.40%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016013900.110.230.2930.7321.4762.55
HexB4A08B0B171D1f153f
Octal2642402130132735372577
Binary1011010010100000100010110101110111111011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A08B; }

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

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

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

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

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

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

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

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