#B9AA34

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

Shades of Brass #B9AA34

Tints of Brass #B9AA34

Color information

#B9AA34 (or 0xB9AA34) is unknown color: approx Brass. HEX triplet: B9, AA and 34. RGB value is (185,170,52). Sum of RGB (Red+Green+Blue) = 185+170+52=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA34 is #4655CB. Grayscale: #A1A1A1. Windows color (decimal): -4609484 or 3451577. OLE color: 3451577.

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

Color convert

RGB18517052-
CMYK00.080.720.27
HSL53.23º56.12%46.47%-
HSV(B)53.23º71.89%72.55%-
XYZ3539.318.99-
YUV161.0366.47145.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 52 (20.70% from 255) = 12.78%
R=45.45%
G=41.77%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851705200.080.720.2753.2356.1246.47
HexB9AA3408481B35382e
Octal2712526401011033657056
Binary101110011010101011010001000100100011011110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA34; }

 p { color: rgb(185,170,52); }

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

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

 a { background-color: rgb(185,170,52); }

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

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

 span { border-color: rgb(185,170,52); }

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