#B4976C

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

Shades of Fallow #B4976C

Tints of Fallow #B4976C

Color information

#B4976C (or 0xB4976C) is unknown color: approx Fallow. HEX triplet: B4, 97 and 6C. RGB value is (180,151,108). Sum of RGB (Red+Green+Blue) = 180+151+108=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4976C is #4B6893. Grayscale: #9A9A9A. Windows color (decimal): -4941972 or 7116724. OLE color: 7116724.

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

Color convert

RGB180151108-
CMYK00.160.400.29
HSL35.83º32.43%56.47%-
HSV(B)35.83º40%70.59%-
XYZ32.632.9218.82-
YUV154.77101.61146-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=41.00%
G=34.40%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015110800.160.400.2935.8332.4356.47
HexB4976C010281D242038
Octal2642271540205035444070
Binary1011010010010111110110001000010100011101100100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4976C; }

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

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

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

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

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

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

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

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