#B4976E

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

Shades of Fallow #B4976E

Tints of Fallow #B4976E

Color information

#B4976E (or 0xB4976E) is unknown color: approx Fallow. HEX triplet: B4, 97 and 6E. RGB value is (180,151,110). Sum of RGB (Red+Green+Blue) = 180+151+110=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4976E is #4B6891. Grayscale: #9B9B9B. Windows color (decimal): -4941970 or 7247796. OLE color: 7247796.

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

Color convert

RGB180151110-
CMYK00.160.390.29
HSL35.14º31.82%56.86%-
HSV(B)35.14º38.89%70.59%-
XYZ32.732.9619.39-
YUV155102.61145.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=40.82%
G=34.24%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015111000.160.390.2935.1431.8256.86
HexB4976E010271D232039
Octal2642271560204735434071
Binary1011010010010111110111001000010011111101100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4976E; }

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

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

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

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

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

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

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

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