#B7A187

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

Shades of Pale Taupe #B7A187

Tints of Pale Taupe #B7A187

Color information

#B7A187 (or 0xB7A187) is unknown color: approx Pale Taupe. HEX triplet: B7, A1 and 87. RGB value is (183,161,135). Sum of RGB (Red+Green+Blue) = 183+161+135=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A187 is #485E78. Grayscale: #A4A4A4. Windows color (decimal): -4742777 or 8888759. OLE color: 8888759.

HSL color Cylindrical-coordinate representation of color #B7A187: hue angle of 32.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7A187 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB183161135-
CMYK00.120.260.28
HSL32.5º25%62.35%-
HSV(B)32.5º26.23%71.76%-
XYZ36.6537.3128.19-
YUV164.61111.29141.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=38.20%
G=33.61%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316113500.120.260.2832.52562.35
HexB7A1870C1A1C21193e
Octal2672412070143234413176
Binary10110111101000011000011101100110101110010000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A187; }

 p { color: rgb(183,161,135); }

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

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

 a { background-color: rgb(183,161,135); }

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

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

 span { border-color: rgb(183,161,135); }

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