#B4956A

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

Shades of Fallow #B4956A

Tints of Fallow #B4956A

Color information

#B4956A (or 0xB4956A) is unknown color: approx Fallow. HEX triplet: B4, 95 and 6A. RGB value is (180,149,106). Sum of RGB (Red+Green+Blue) = 180+149+106=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4956A is #4B6A95. Grayscale: #999999. Windows color (decimal): -4942486 or 6985140. OLE color: 6985140.

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

Color convert

RGB180149106-
CMYK00.170.410.29
HSL34.86º33.04%56.08%-
HSV(B)34.86º41.11%70.59%-
XYZ32.1732.2418.16-
YUV153.37101.27147-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=41.38%
G=34.25%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014910600.170.410.2934.8633.0456.08
HexB4956A011291D232138
Octal2642251520215135434170
Binary1011010010010101110101001000110100111101100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4956A; }

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

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

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

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

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

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

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

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