#B4986C

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

Shades of Fallow #B4986C

Tints of Fallow #B4986C

Color information

#B4986C (or 0xB4986C) is unknown color: approx Fallow. HEX triplet: B4, 98 and 6C. RGB value is (180,152,108). Sum of RGB (Red+Green+Blue) = 180+152+108=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4986C is #4B6793. Grayscale: #9B9B9B. Windows color (decimal): -4941716 or 7116980. OLE color: 7116980.

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

Color convert

RGB180152108-
CMYK00.160.400.29
HSL36.67º32.43%56.47%-
HSV(B)36.67º40%70.59%-
XYZ32.7633.2418.88-
YUV155.36101.28145.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=40.91%
G=34.55%
B=24.55%

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
Decimal18015210800.160.400.2936.6732.4356.47
HexB4986C010281D252038
Octal2642301540205035454070
Binary1011010010011000110110001000010100011101100101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4986C; }

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

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

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

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

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

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

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

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