#B9926D

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

Shades of Fallow #B9926D

Tints of Fallow #B9926D

Color information

#B9926D (or 0xB9926D) is unknown color: approx Fallow. HEX triplet: B9, 92 and 6D. RGB value is (185,146,109). Sum of RGB (Red+Green+Blue) = 185+146+109=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9926D is #466D92. Grayscale: #999999. Windows color (decimal): -4615571 or 7180985. OLE color: 7180985.

HSL color Cylindrical-coordinate representation of color #B9926D: hue angle of 29.21º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9926D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185146109-
CMYK00.210.410.27
HSL29.21º35.19%57.65%-
HSV(B)29.21º41.08%72.55%-
XYZ33.0531.9818.9-
YUV153.44102.92150.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=42.05%
G=33.18%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514610900.210.410.2729.2135.1957.65
HexB9926D015291B1d233a
Octal2712221550255133354372
Binary101110011001001011011010101011010011101111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9926D; }

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

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

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

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

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

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

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

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