#B4976F

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

Shades of Fallow #B4976F

Tints of Fallow #B4976F

Color information

#B4976F (or 0xB4976F) is unknown color: approx Fallow. HEX triplet: B4, 97 and 6F. RGB value is (180,151,111). Sum of RGB (Red+Green+Blue) = 180+151+111=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4976F is #4B6890. Grayscale: #9B9B9B. Windows color (decimal): -4941969 or 7313332. OLE color: 7313332.

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

Color convert

RGB180151111-
CMYK00.160.380.29
HSL34.78º31.51%57.06%-
HSV(B)34.78º38.33%70.59%-
XYZ32.7632.9819.68-
YUV155.11103.11145.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=40.72%
G=34.16%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015111100.160.380.2934.7831.5157.06
HexB4976F010261D232039
Octal2642271570204635434071
Binary1011010010010111110111101000010011011101100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4976F; }

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

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

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

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

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

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

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

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