#B5997D

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

Shades of Pale Taupe #B5997D

Tints of Pale Taupe #B5997D

Color information

#B5997D (or 0xB5997D) is unknown color: approx Pale Taupe. HEX triplet: B5, 99 and 7D. RGB value is (181,153,125). Sum of RGB (Red+Green+Blue) = 181+153+125=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5997D is #4A6682. Grayscale: #9E9E9E. Windows color (decimal): -4875907 or 8231349. OLE color: 8231349.

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

Color convert

RGB181153125-
CMYK00.150.310.29
HSL30º27.45%60%-
HSV(B)30º30.94%70.98%-
XYZ34.1534.0924.18-
YUV158.18109.28144.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=39.43%
G=33.33%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115312500.150.310.293027.4560
HexB5997D0F1F1D1e1b3c
Octal2652311750173735363374
Binary101101011001100111111010111111111111011111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5997D; }

 p { color: rgb(181,153,125); }

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

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

 a { background-color: rgb(181,153,125); }

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

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

 span { border-color: rgb(181,153,125); }

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