#B7A189

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

Shades of Pale Taupe #B7A189

Tints of Pale Taupe #B7A189

Color information

#B7A189 (or 0xB7A189) is unknown color: approx Pale Taupe. HEX triplet: B7, A1 and 89. RGB value is (183,161,137). Sum of RGB (Red+Green+Blue) = 183+161+137=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A189 is #485E76. Grayscale: #A4A4A4. Windows color (decimal): -4742775 or 9019831. OLE color: 9019831.

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

Color convert

RGB183161137-
CMYK00.120.250.28
HSL31.3º24.21%62.75%-
HSV(B)31.3º25.14%71.76%-
XYZ36.7937.3628.94-
YUV164.84112.29140.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=38.05%
G=33.47%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316113700.120.250.2831.324.2162.75
HexB7A1890C191C1f183f
Octal2672412110143134373077
Binary1011011110100001100010010110011001111001111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A189; }

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

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

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

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

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

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

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

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