#B4946A

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

Shades of Fallow #B4946A

Tints of Fallow #B4946A

Color information

#B4946A (or 0xB4946A) is unknown color: approx Fallow. HEX triplet: B4, 94 and 6A. RGB value is (180,148,106). Sum of RGB (Red+Green+Blue) = 180+148+106=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4946A is #4B6B95. Grayscale: #989898. Windows color (decimal): -4942742 or 6984884. OLE color: 6984884.

HSL color Cylindrical-coordinate representation of color #B4946A: hue angle of 34.05º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4946A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180148106-
CMYK00.180.410.29
HSL34.05º33.04%56.08%-
HSV(B)34.05º41.11%70.59%-
XYZ32.0131.9218.11-
YUV152.78101.6147.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=41.47%
G=34.10%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014810600.180.410.2934.0533.0456.08
HexB4946A012291D222138
Octal2642241520225135424170
Binary1011010010010100110101001001010100111101100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4946A; }

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

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

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

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

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

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

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

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