#B4946E

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

Shades of Fallow #B4946E

Tints of Fallow #B4946E

Color information

#B4946E (or 0xB4946E) is unknown color: approx Fallow. HEX triplet: B4, 94 and 6E. RGB value is (180,148,110). Sum of RGB (Red+Green+Blue) = 180+148+110=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4946E is #4B6B91. Grayscale: #999999. Windows color (decimal): -4942738 or 7247028. OLE color: 7247028.

HSL color Cylindrical-coordinate representation of color #B4946E: hue angle of 32.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4946E is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180148110-
CMYK00.180.390.29
HSL32.57º31.82%56.86%-
HSV(B)32.57º38.89%70.59%-
XYZ32.2332.0119.23-
YUV153.24103.6147.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 110 (43.36% from 255) = 25.11%
R=41.10%
G=33.79%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014811000.180.390.2932.5731.8256.86
HexB4946E012271D212039
Octal2642241560224735414071
Binary1011010010010100110111001001010011111101100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4946E; }

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

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

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

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

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

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

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

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