#B5997F

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

Shades of Pale Taupe #B5997F

Tints of Pale Taupe #B5997F

Color information

#B5997F (or 0xB5997F) is unknown color: approx Pale Taupe. HEX triplet: B5, 99 and 7F. RGB value is (181,153,127). Sum of RGB (Red+Green+Blue) = 181+153+127=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5997F is #4A6680. Grayscale: #9E9E9E. Windows color (decimal): -4875905 or 8362421. OLE color: 8362421.

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

Color convert

RGB181153127-
CMYK00.150.300.29
HSL28.89º26.73%60.39%-
HSV(B)28.89º29.83%70.98%-
XYZ34.2834.1424.86-
YUV158.41110.28144.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 127 (50% from 255) = 27.55%
R=39.26%
G=33.19%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115312700.150.300.2928.8926.7360.39
HexB5997F0F1E1D1d1b3c
Octal2652311770173635353374
Binary101101011001100111111110111111110111011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5997F; }

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

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

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

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

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

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

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

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