#B7946D

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

Shades of Fallow #B7946D

Tints of Fallow #B7946D

Color information

#B7946D (or 0xB7946D) is unknown color: approx Fallow. HEX triplet: B7, 94 and 6D. RGB value is (183,148,109). Sum of RGB (Red+Green+Blue) = 183+148+109=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7946D is #486B92. Grayscale: #9A9A9A. Windows color (decimal): -4746131 or 7181495. OLE color: 7181495.

HSL color Cylindrical-coordinate representation of color #B7946D: hue angle of 31.62º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7946D is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183148109-
CMYK00.190.400.28
HSL31.62º33.94%57.25%-
HSV(B)31.62º40.44%71.76%-
XYZ32.8832.3518.98-
YUV154.02102.6148.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=41.59%
G=33.64%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314810900.190.400.2831.6233.9457.25
HexB7946D013281C202239
Octal2672241550235034404271
Binary1011011110010100110110101001110100011100100000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7946D; }

 p { color: rgb(183,148,109); }

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

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

 a { background-color: rgb(183,148,109); }

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

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

 span { border-color: rgb(183,148,109); }

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