#B9967A

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

Shades of Pale Taupe #B9967A

Tints of Pale Taupe #B9967A

Color information

#B9967A (or 0xB9967A) is unknown color: approx Pale Taupe. HEX triplet: B9, 96 and 7A. RGB value is (185,150,122). Sum of RGB (Red+Green+Blue) = 185+150+122=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9967A is #466985. Grayscale: #9D9D9D. Windows color (decimal): -4614534 or 8033977. OLE color: 8033977.

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

Color convert

RGB185150122-
CMYK00.190.340.27
HSL26.67º31.03%60.2%-
HSV(B)26.67º34.05%72.55%-
XYZ34.4333.5323.07-
YUV157.27108.1147.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=40.48%
G=32.82%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515012200.190.340.2726.6731.0360.2
HexB9967A013221B1b1f3c
Octal2712261720234233333774
Binary10111001100101101111010010011100010110111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9967A; }

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

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

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

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

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

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

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

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