#B9946F

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

Shades of Fallow #B9946F

Tints of Fallow #B9946F

Color information

#B9946F (or 0xB9946F) is unknown color: approx Fallow. HEX triplet: B9, 94 and 6F. RGB value is (185,148,111). Sum of RGB (Red+Green+Blue) = 185+148+111=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9946F is #466B90. Grayscale: #9B9B9B. Windows color (decimal): -4615057 or 7312569. OLE color: 7312569.

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

Color convert

RGB185148111-
CMYK00.200.40.27
HSL30º34.58%58.04%-
HSV(B)30º40%72.55%-
XYZ33.4732.6419.58-
YUV154.84103.26149.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 148 (58.20% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514811100.200.40.273034.5858.04
HexB9946F014281B1e233a
Octal2712241570245033364372
Binary101110011001010011011110101001010001101111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9946F; }

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

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

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

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

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

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

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

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