#B7946E

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

Shades of Fallow #B7946E

Tints of Fallow #B7946E

Color information

#B7946E (or 0xB7946E) is unknown color: approx Fallow. HEX triplet: B7, 94 and 6E. RGB value is (183,148,110). Sum of RGB (Red+Green+Blue) = 183+148+110=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7946E is #486B91. Grayscale: #9A9A9A. Windows color (decimal): -4746130 or 7247031. OLE color: 7247031.

HSL color Cylindrical-coordinate representation of color #B7946E: hue angle of 31.23º 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 #B7946E is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183148110-
CMYK00.190.400.28
HSL31.23º33.64%57.45%-
HSV(B)31.23º39.89%71.76%-
XYZ32.9332.3719.26-
YUV154.13103.1148.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=41.50%
G=33.56%
B=24.94%

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
Decimal18314811000.190.400.2831.2333.6457.45
HexB7946E013281C1f2239
Octal2672241560235034374271
Binary101101111001010011011100100111010001110011111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7946E; }

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

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

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

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

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

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

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

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