#B7997D

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

Shades of Pale Taupe #B7997D

Tints of Pale Taupe #B7997D

Color information

#B7997D (or 0xB7997D) is unknown color: approx Pale Taupe. HEX triplet: B7, 99 and 7D. RGB value is (183,153,125). Sum of RGB (Red+Green+Blue) = 183+153+125=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B7997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7997D is #486682. Grayscale: #9E9E9E. Windows color (decimal): -4744835 or 8231351. OLE color: 8231351.

HSL color Cylindrical-coordinate representation of color #B7997D: hue angle of 28.97º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7997D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183153125-
CMYK00.160.320.28
HSL28.97º28.71%60.39%-
HSV(B)28.97º31.69%71.76%-
XYZ34.6234.3324.2-
YUV158.78108.94145.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=39.70%
G=33.19%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315312500.160.320.2828.9728.7160.39
HexB7997D010201C1d1d3c
Octal2672311750204034353574
Binary10110111100110011111101010000100000111001110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7997D; }

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

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

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

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

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

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

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

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