#B7957E

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

Shades of Pale Taupe #B7957E

Tints of Pale Taupe #B7957E

Color information

#B7957E (or 0xB7957E) is unknown color: approx Pale Taupe. HEX triplet: B7, 95 and 7E. RGB value is (183,149,126). Sum of RGB (Red+Green+Blue) = 183+149+126=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7957E is #486A81. Grayscale: #9C9C9C. Windows color (decimal): -4745858 or 8295863. OLE color: 8295863.

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

Color convert

RGB183149126-
CMYK00.190.310.28
HSL24.21º28.36%60.59%-
HSV(B)24.21º31.15%71.76%-
XYZ34.0433.0724.33-
YUV156.54110.76146.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=39.96%
G=32.53%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314912600.190.310.2824.2128.3660.59
HexB7957E0131F1C181c3d
Octal2672251760233734303475
Binary1011011110010101111111001001111111111001100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7957E; }

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

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

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

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

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

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

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

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