#B9A954

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

Shades of Gimblet #B9A954

Tints of Gimblet #B9A954

Color information

#B9A954 (or 0xB9A954) is unknown color: approx Gimblet. HEX triplet: B9, A9 and 54. RGB value is (185,169,84). Sum of RGB (Red+Green+Blue) = 185+169+84=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A954 is #4656AB. Grayscale: #A4A4A4. Windows color (decimal): -4609708 or 5548473. OLE color: 5548473.

HSL color Cylindrical-coordinate representation of color #B9A954: hue angle of 50.5º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9A954 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18516984-
CMYK00.090.550.27
HSL50.5º41.91%52.75%-
HSV(B)50.5º54.59%72.55%-
XYZ35.839.3314.09-
YUV164.0982.8142.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 84 (33.20% from 255) = 19.18%
R=42.24%
G=38.58%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851698400.090.550.2750.541.9152.75
HexB9A95409371B322a35
Octal2712511240116733625265
Binary101110011010100110101000100111011111011110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A954; }

 p { color: rgb(185,169,84); }

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

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

 a { background-color: rgb(185,169,84); }

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

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

 span { border-color: rgb(185,169,84); }

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