#B9A445

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

Shades of Brass #B9A445

Tints of Brass #B9A445

Color information

#B9A445 (or 0xB9A445) is unknown color: approx Brass. HEX triplet: B9, A4 and 45. RGB value is (185,164,69). Sum of RGB (Red+Green+Blue) = 185+164+69=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A445 is #465BBA. Grayscale: #9F9F9F. Windows color (decimal): -4611003 or 4564153. OLE color: 4564153.

HSL color Cylindrical-coordinate representation of color #B9A445: hue angle of 49.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9A445 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18516469-
CMYK00.110.630.27
HSL49.14º45.67%49.8%-
HSV(B)49.14º62.7%72.55%-
XYZ34.3637.2911.02-
YUV159.4576.96146.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 69 (27.34% from 255) = 16.51%
R=44.26%
G=39.23%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851646900.110.630.2749.1445.6749.8
HexB9A4450B3F1B312e32
Octal2712441050137733615662
Binary101110011010010010001010101111111111011110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A445; }

 p { color: rgb(185,164,69); }

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

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

 a { background-color: rgb(185,164,69); }

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

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

 span { border-color: rgb(185,164,69); }

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