#B9A369

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

Shades of Gimblet #B9A369

Tints of Gimblet #B9A369

Color information

#B9A369 (or 0xB9A369) is unknown color: approx Gimblet. HEX triplet: B9, A3 and 69. RGB value is (185,163,105). Sum of RGB (Red+Green+Blue) = 185+163+105=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A369 is #465C96. Grayscale: #A3A3A3. Windows color (decimal): -4611223 or 6923193. OLE color: 6923193.

HSL color Cylindrical-coordinate representation of color #B9A369: hue angle of 43.5º 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 #B9A369 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185163105-
CMYK00.120.430.27
HSL43.5º36.36%56.86%-
HSV(B)43.5º43.24%72.55%-
XYZ35.6537.5318.73-
YUV162.9795.29143.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=40.84%
G=35.98%
B=23.18%

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
Decimal18516310500.120.430.2743.536.3656.86
HexB9A3690C2B1B2c2439
Octal2712431510145333544471
Binary101110011010001111010010110010101111011101100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A369; }

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

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

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

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

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

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

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

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