#B9A64A

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

Shades of Brass #B9A64A

Tints of Brass #B9A64A

Color information

#B9A64A (or 0xB9A64A) is unknown color: approx Brass. HEX triplet: B9, A6 and 4A. RGB value is (185,166,74). Sum of RGB (Red+Green+Blue) = 185+166+74=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A64A is #4659B5. Grayscale: #A1A1A1. Windows color (decimal): -4610486 or 4892345. OLE color: 4892345.

HSL color Cylindrical-coordinate representation of color #B9A64A: hue angle of 49.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9A64A is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB18516674-
CMYK00.100.60.27
HSL49.73º44.22%50.78%-
HSV(B)49.73º60%72.55%-
XYZ34.8838.0811.99-
YUV161.1978.79144.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=43.53%
G=39.06%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851667400.100.60.2749.7344.2250.78
HexB9A64A0A3C1B322c33
Octal2712461120127433625463
Binary101110011010011010010100101011110011011110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A64A; }

 p { color: rgb(185,166,74); }

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

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

 a { background-color: rgb(185,166,74); }

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

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

 span { border-color: rgb(185,166,74); }

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