#B5A08B

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

Shades of Pale Taupe #B5A08B

Tints of Pale Taupe #B5A08B

Color information

#B5A08B (or 0xB5A08B) is unknown color: approx Pale Taupe. HEX triplet: B5, A0 and 8B. RGB value is (181,160,139). Sum of RGB (Red+Green+Blue) = 181+160+139=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A08B is #4A5F74. Grayscale: #A3A3A3. Windows color (decimal): -4874101 or 9150645. OLE color: 9150645.

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

Color convert

RGB181160139-
CMYK00.120.230.29
HSL30º22.11%62.75%-
HSV(B)30º23.2%70.98%-
XYZ36.2936.8329.62-
YUV163.88113.96140.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=37.71%
G=33.33%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116013900.120.230.293022.1162.75
HexB5A08B0C171D1e163f
Octal2652402130142735362677
Binary1011010110100000100010110110010111111011111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A08B; }

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

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

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

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

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

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

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

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