#B9AC45

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

Shades of Brass #B9AC45

Tints of Brass #B9AC45

Color information

#B9AC45 (or 0xB9AC45) is unknown color: approx Brass. HEX triplet: B9, AC and 45. RGB value is (185,172,69). Sum of RGB (Red+Green+Blue) = 185+172+69=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC45 is #4653BA. Grayscale: #A4A4A4. Windows color (decimal): -4608955 or 4566201. OLE color: 4566201.

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

Color convert

RGB18517269-
CMYK00.070.630.27
HSL53.28º45.67%49.8%-
HSV(B)53.28º62.7%72.55%-
XYZ35.8340.2511.51-
YUV164.1474.31142.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 69 (27.34% from 255) = 16.20%
R=43.43%
G=40.38%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851726900.070.630.2753.2845.6749.8
HexB9AC45073F1B352e32
Octal271254105077733655662
Binary10111001101011001000101011111111111011110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC45; }

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

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

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

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

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

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

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

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