#B4946C

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

Shades of Fallow #B4946C

Tints of Fallow #B4946C

Color information

#B4946C (or 0xB4946C) is unknown color: approx Fallow. HEX triplet: B4, 94 and 6C. RGB value is (180,148,108). Sum of RGB (Red+Green+Blue) = 180+148+108=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4946C is #4B6B93. Grayscale: #999999. Windows color (decimal): -4942740 or 7115956. OLE color: 7115956.

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

Color convert

RGB180148108-
CMYK00.180.400.29
HSL33.33º32.43%56.47%-
HSV(B)33.33º40%70.59%-
XYZ32.1231.9718.66-
YUV153.01102.6147.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=41.28%
G=33.94%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014810800.180.400.2933.3332.4356.47
HexB4946C012281D212038
Octal2642241540225035414070
Binary1011010010010100110110001001010100011101100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4946C; }

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

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

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

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

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

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

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

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