#B7977D

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

Shades of Pale Taupe #B7977D

Tints of Pale Taupe #B7977D

Color information

#B7977D (or 0xB7977D) is unknown color: approx Pale Taupe. HEX triplet: B7, 97 and 7D. RGB value is (183,151,125). Sum of RGB (Red+Green+Blue) = 183+151+125=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B7977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7977D is #486882. Grayscale: #9D9D9D. Windows color (decimal): -4745347 or 8230839. OLE color: 8230839.

HSL color Cylindrical-coordinate representation of color #B7977D: hue angle of 26.9º 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 #B7977D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183151125-
CMYK00.170.320.28
HSL26.9º28.71%60.39%-
HSV(B)26.9º31.69%71.76%-
XYZ34.333.6824.1-
YUV157.6109.6146.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=39.87%
G=32.90%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315112500.170.320.2826.928.7160.39
HexB7977D011201C1b1d3c
Octal2672271750214034333574
Binary10110111100101111111101010001100000111001101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7977D; }

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

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

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

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

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

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

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

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