#B9A269

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

Shades of Fallow #B9A269

Tints of Fallow #B9A269

Color information

#B9A269 (or 0xB9A269) is unknown color: approx Fallow. HEX triplet: B9, A2 and 69. RGB value is (185,162,105). Sum of RGB (Red+Green+Blue) = 185+162+105=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A269 is #465D96. Grayscale: #A2A2A2. Windows color (decimal): -4611479 or 6922937. OLE color: 6922937.

HSL color Cylindrical-coordinate representation of color #B9A269: hue angle of 42.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9A269 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185162105-
CMYK00.120.430.27
HSL42.75º36.36%56.86%-
HSV(B)42.75º43.24%72.55%-
XYZ35.4837.1718.67-
YUV162.3895.62144.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=40.93%
G=35.84%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516210500.120.430.2742.7536.3656.86
HexB9A2690C2B1B2b2439
Octal2712421510145333534471
Binary101110011010001011010010110010101111011101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A269; }

 p { color: rgb(185,162,105); }

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

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

 a { background-color: rgb(185,162,105); }

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

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

 span { border-color: rgb(185,162,105); }

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