#B6977D

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

Shades of Pale Taupe #B6977D

Tints of Pale Taupe #B6977D

Color information

#B6977D (or 0xB6977D) is unknown color: approx Pale Taupe. HEX triplet: B6, 97 and 7D. RGB value is (182,151,125). Sum of RGB (Red+Green+Blue) = 182+151+125=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6977D is #496882. Grayscale: #9D9D9D. Windows color (decimal): -4810883 or 8230838. OLE color: 8230838.

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

Color convert

RGB182151125-
CMYK00.170.310.29
HSL27.37º28.08%60.2%-
HSV(B)27.37º31.32%71.37%-
XYZ34.0633.5624.08-
YUV157.3109.77145.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=39.74%
G=32.97%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215112500.170.310.2927.3728.0860.2
HexB6977D0111F1D1b1c3c
Octal2662271750213735333474
Binary1011011010010111111110101000111111111011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6977D; }

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

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

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

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

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

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

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

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