#B6957E

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

Shades of Pale Taupe #B6957E

Tints of Pale Taupe #B6957E

Color information

#B6957E (or 0xB6957E) is unknown color: approx Pale Taupe. HEX triplet: B6, 95 and 7E. RGB value is (182,149,126). Sum of RGB (Red+Green+Blue) = 182+149+126=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6957E is #496A81. Grayscale: #9C9C9C. Windows color (decimal): -4811394 or 8295862. OLE color: 8295862.

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

Color convert

RGB182149126-
CMYK00.180.310.29
HSL24.64º27.72%60.39%-
HSV(B)24.64º30.77%71.37%-
XYZ33.832.9524.32-
YUV156.24110.93146.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=39.82%
G=32.60%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214912600.180.310.2924.6427.7260.39
HexB6957E0121F1D191c3c
Octal2662251760223735313474
Binary1011011010010101111111001001011111111011100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6957E; }

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

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

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

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

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

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

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

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