#B9917B

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

Shades of Pale Taupe #B9917B

Tints of Pale Taupe #B9917B

Color information

#B9917B (or 0xB9917B) is unknown color: approx Pale Taupe. HEX triplet: B9, 91 and 7B. RGB value is (185,145,123). Sum of RGB (Red+Green+Blue) = 185+145+123=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9917B is #466E84. Grayscale: #9A9A9A. Windows color (decimal): -4615813 or 8098233. OLE color: 8098233.

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

Color convert

RGB185145123-
CMYK00.220.340.27
HSL21.29º30.69%60.39%-
HSV(B)21.29º33.51%72.55%-
XYZ33.713223.14-
YUV154.45110.25149.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=40.84%
G=32.01%
B=27.15%

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
Decimal18514512300.220.340.2721.2930.6960.39
HexB9917B016221B151f3c
Octal2712211730264233253774
Binary10111001100100011111011010110100010110111010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9917B; }

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

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

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

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

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

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

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

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