#B9977B

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

Shades of Pale Taupe #B9977B

Tints of Pale Taupe #B9977B

Color information

#B9977B (or 0xB9977B) is unknown color: approx Pale Taupe. HEX triplet: B9, 97 and 7B. RGB value is (185,151,123). Sum of RGB (Red+Green+Blue) = 185+151+123=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9977B is #466884. Grayscale: #9E9E9E. Windows color (decimal): -4614277 or 8099769. OLE color: 8099769.

HSL color Cylindrical-coordinate representation of color #B9977B: hue angle of 27.1º 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 #B9977B is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185151123-
CMYK00.180.340.27
HSL27.1º30.69%60.39%-
HSV(B)27.1º33.51%72.55%-
XYZ34.6533.8823.45-
YUV157.97108.26147.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=40.31%
G=32.90%
B=26.80%

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
Decimal18515112300.180.340.2727.130.6960.39
HexB9977B012221B1b1f3c
Octal2712271730224233333774
Binary10111001100101111111011010010100010110111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9977B; }

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

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

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

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

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

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

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

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