#B7957C

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

Shades of Pale Taupe #B7957C

Tints of Pale Taupe #B7957C

Color information

#B7957C (or 0xB7957C) is unknown color: approx Pale Taupe. HEX triplet: B7, 95 and 7C. RGB value is (183,149,124). Sum of RGB (Red+Green+Blue) = 183+149+124=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7957C is #486A83. Grayscale: #9C9C9C. Windows color (decimal): -4745860 or 8164791. OLE color: 8164791.

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

Color convert

RGB183149124-
CMYK00.190.320.28
HSL25.42º29.06%60.2%-
HSV(B)25.42º32.24%71.76%-
XYZ33.9133.0223.65-
YUV156.32109.76147.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 124 (48.83% from 255) = 27.19%
R=40.13%
G=32.68%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314912400.190.320.2825.4229.0660.2
HexB7957C013201C191d3c
Octal2672251740234034313574
Binary10110111100101011111100010011100000111001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7957C; }

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

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

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

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

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

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

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

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