#B9AE45

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

Shades of Brass #B9AE45

Tints of Brass #B9AE45

Color information

#B9AE45 (or 0xB9AE45) is unknown color: approx Brass. HEX triplet: B9, AE and 45. RGB value is (185,174,69). Sum of RGB (Red+Green+Blue) = 185+174+69=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE45 is #4651BA. Grayscale: #A5A5A5. Windows color (decimal): -4608443 or 4566713. OLE color: 4566713.

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

Color convert

RGB18517469-
CMYK00.060.630.27
HSL54.31º45.67%49.8%-
HSV(B)54.31º62.7%72.55%-
XYZ36.2241.0211.64-
YUV165.3273.64142.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 69 (27.34% from 255) = 16.12%
R=43.22%
G=40.65%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851746900.060.630.2754.3145.6749.8
HexB9AE45063F1B362e32
Octal271256105067733665662
Binary10111001101011101000101011011111111011110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE45; }

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

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

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

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

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

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

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

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