#B7977E

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

Shades of Pale Taupe #B7977E

Tints of Pale Taupe #B7977E

Color information

#B7977E (or 0xB7977E) is unknown color: approx Pale Taupe. HEX triplet: B7, 97 and 7E. RGB value is (183,151,126). Sum of RGB (Red+Green+Blue) = 183+151+126=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7977E is #486881. Grayscale: #9D9D9D. Windows color (decimal): -4745346 or 8296375. OLE color: 8296375.

HSL color Cylindrical-coordinate representation of color #B7977E: hue angle of 26.32º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7977E is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB183151126-
CMYK00.170.310.28
HSL26.32º28.36%60.59%-
HSV(B)26.32º31.15%71.76%-
XYZ34.3633.7124.43-
YUV157.72110.1146.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=39.78%
G=32.83%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315112600.170.310.2826.3228.3660.59
HexB7977E0111F1C1a1c3d
Octal2672271760213734323475
Binary1011011110010111111111001000111111111001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7977E; }

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

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

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

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

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

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

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

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