#B9977A

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

Shades of Pale Taupe #B9977A

Tints of Pale Taupe #B9977A

Color information

#B9977A (or 0xB9977A) is unknown color: approx Pale Taupe. HEX triplet: B9, 97 and 7A. RGB value is (185,151,122). Sum of RGB (Red+Green+Blue) = 185+151+122=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9977A is #466885. Grayscale: #9E9E9E. Windows color (decimal): -4614278 or 8034233. OLE color: 8034233.

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

Color convert

RGB185151122-
CMYK00.180.340.27
HSL27.62º31.03%60.2%-
HSV(B)27.62º34.05%72.55%-
XYZ34.5933.8523.12-
YUV157.86107.76147.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=40.39%
G=32.97%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515112200.180.340.2727.6231.0360.2
HexB9977A012221B1c1f3c
Octal2712271720224233343774
Binary10111001100101111111010010010100010110111110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9977A; }

 p { color: rgb(185,151,122); }

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

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

 a { background-color: rgb(185,151,122); }

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

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

 span { border-color: rgb(185,151,122); }

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