#B4976A

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

Shades of Fallow #B4976A

Tints of Fallow #B4976A

Color information

#B4976A (or 0xB4976A) is unknown color: approx Fallow. HEX triplet: B4, 97 and 6A. RGB value is (180,151,106). Sum of RGB (Red+Green+Blue) = 180+151+106=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4976A is #4B6895. Grayscale: #9A9A9A. Windows color (decimal): -4941974 or 6985652. OLE color: 6985652.

HSL color Cylindrical-coordinate representation of color #B4976A: hue angle of 36.49º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4976A is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180151106-
CMYK00.160.410.29
HSL36.49º33.04%56.08%-
HSV(B)36.49º41.11%70.59%-
XYZ32.4932.8818.27-
YUV154.54100.61146.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=41.19%
G=34.55%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015110600.160.410.2936.4933.0456.08
HexB4976A010291D242138
Octal2642271520205135444170
Binary1011010010010111110101001000010100111101100100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4976A; }

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

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

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

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

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

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

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

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