#B4976D

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

Shades of Fallow #B4976D

Tints of Fallow #B4976D

Color information

#B4976D (or 0xB4976D) is unknown color: approx Fallow. HEX triplet: B4, 97 and 6D. RGB value is (180,151,109). Sum of RGB (Red+Green+Blue) = 180+151+109=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4976D is #4B6892. Grayscale: #9B9B9B. Windows color (decimal): -4941971 or 7182260. OLE color: 7182260.

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

Color convert

RGB180151109-
CMYK00.160.390.29
HSL35.49º32.13%56.67%-
HSV(B)35.49º39.44%70.59%-
XYZ32.6532.9419.11-
YUV154.88102.11145.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=40.91%
G=34.32%
B=24.77%

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
Decimal18015110900.160.390.2935.4932.1356.67
HexB4976D010271D232039
Octal2642271550204735434071
Binary1011010010010111110110101000010011111101100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4976D; }

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

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

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

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

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

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

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

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