#B9917A

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

Shades of Pale Taupe #B9917A

Tints of Pale Taupe #B9917A

Color information

#B9917A (or 0xB9917A) is unknown color: approx Pale Taupe. HEX triplet: B9, 91 and 7A. RGB value is (185,145,122). Sum of RGB (Red+Green+Blue) = 185+145+122=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9917A is #466E85. Grayscale: #9A9A9A. Windows color (decimal): -4615814 or 8032697. OLE color: 8032697.

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

Color convert

RGB185145122-
CMYK00.220.340.27
HSL21.9º31.03%60.2%-
HSV(B)21.9º34.05%72.55%-
XYZ33.6531.9722.81-
YUV154.34109.75149.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=40.93%
G=32.08%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514512200.220.340.2721.931.0360.2
HexB9917A016221B161f3c
Octal2712211720264233263774
Binary10111001100100011111010010110100010110111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9917A; }

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

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

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

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

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

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

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

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