#B9A64C

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

Shades of Brass #B9A64C

Tints of Brass #B9A64C

Color information

#B9A64C (or 0xB9A64C) is unknown color: approx Brass. HEX triplet: B9, A6 and 4C. RGB value is (185,166,76). Sum of RGB (Red+Green+Blue) = 185+166+76=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A64C is #4659B3. Grayscale: #A1A1A1. Windows color (decimal): -4610484 or 5023417. OLE color: 5023417.

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

Color convert

RGB18516676-
CMYK00.100.590.27
HSL49.54º43.78%51.18%-
HSV(B)49.54º58.92%72.55%-
XYZ34.9538.1112.35-
YUV161.4279.79144.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 76 (30.08% from 255) = 17.80%
R=43.33%
G=38.88%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851667600.100.590.2749.5443.7851.18
HexB9A64C0A3B1B322c33
Octal2712461140127333625463
Binary101110011010011010011000101011101111011110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A64C; }

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

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

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

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

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

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

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

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