#B4926D

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

Shades of Fallow #B4926D

Tints of Fallow #B4926D

Color information

#B4926D (or 0xB4926D) is unknown color: approx Fallow. HEX triplet: B4, 92 and 6D. RGB value is (180,146,109). Sum of RGB (Red+Green+Blue) = 180+146+109=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4926D is #4B6D92. Grayscale: #989898. Windows color (decimal): -4943251 or 7180980. OLE color: 7180980.

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

Color convert

RGB180146109-
CMYK00.190.390.29
HSL31.27º32.13%56.67%-
HSV(B)31.27º39.44%70.59%-
XYZ31.8631.3718.84-
YUV151.95103.76148.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=41.38%
G=33.56%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014610900.190.390.2931.2732.1356.67
HexB4926D013271D1f2039
Octal2642221550234735374071
Binary101101001001001011011010100111001111110111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4926D; }

 p { color: rgb(180,146,109); }

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

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

 a { background-color: rgb(180,146,109); }

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

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

 span { border-color: rgb(180,146,109); }

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