#B4966E

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

Shades of Fallow #B4966E

Tints of Fallow #B4966E

Color information

#B4966E (or 0xB4966E) is unknown color: approx Fallow. HEX triplet: B4, 96 and 6E. RGB value is (180,150,110). Sum of RGB (Red+Green+Blue) = 180+150+110=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4966E is #4B6991. Grayscale: #9A9A9A. Windows color (decimal): -4942226 or 7247540. OLE color: 7247540.

HSL color Cylindrical-coordinate representation of color #B4966E: hue angle of 34.29º 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 #B4966E is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180150110-
CMYK00.170.390.29
HSL34.29º31.82%56.86%-
HSV(B)34.29º38.89%70.59%-
XYZ32.5432.6419.34-
YUV154.41102.94146.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 110 (43.36% from 255) = 25%
R=40.91%
G=34.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015011000.170.390.2934.2931.8256.86
HexB4966E011271D222039
Octal2642261560214735424071
Binary1011010010010110110111001000110011111101100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4966E; }

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

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

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

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

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

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

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

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