#B9946E

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

Shades of Fallow #B9946E

Tints of Fallow #B9946E

Color information

#B9946E (or 0xB9946E) is unknown color: approx Fallow. HEX triplet: B9, 94 and 6E. RGB value is (185,148,110). Sum of RGB (Red+Green+Blue) = 185+148+110=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9946E is #466B91. Grayscale: #9A9A9A. Windows color (decimal): -4615058 or 7247033. OLE color: 7247033.

HSL color Cylindrical-coordinate representation of color #B9946E: hue angle of 30.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9946E is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185148110-
CMYK00.200.410.27
HSL30.4º34.88%57.84%-
HSV(B)30.4º40.54%72.55%-
XYZ33.4132.6219.29-
YUV154.73102.76149.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=41.76%
G=33.41%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514811000.200.410.2730.434.8857.84
HexB9946E014291B1e233a
Octal2712241560245133364372
Binary101110011001010011011100101001010011101111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9946E; }

 p { color: rgb(185,148,110); }

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

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

 a { background-color: rgb(185,148,110); }

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

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

 span { border-color: rgb(185,148,110); }

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