#B9AD40

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

Shades of Brass #B9AD40

Tints of Brass #B9AD40

Color information

#B9AD40 (or 0xB9AD40) is unknown color: approx Brass. HEX triplet: B9, AD and 40. RGB value is (185,173,64). Sum of RGB (Red+Green+Blue) = 185+173+64=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD40 is #4652BF. Grayscale: #A4A4A4. Windows color (decimal): -4608704 or 4238777. OLE color: 4238777.

HSL color Cylindrical-coordinate representation of color #B9AD40: hue angle of 54.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9AD40 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18517364-
CMYK00.060.650.27
HSL54.05º48.59%48.82%-
HSV(B)54.05º65.41%72.55%-
XYZ35.8840.5710.79-
YUV164.1671.48142.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 64 (25.39% from 255) = 15.17%
R=43.84%
G=41.00%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851736400.060.650.2754.0548.5948.82
HexB9AD4006411B363131
Octal2712551000610133666161
Binary101110011010110110000000110100000111011110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD40; }

 p { color: rgb(185,173,64); }

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

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

 a { background-color: rgb(185,173,64); }

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

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

 span { border-color: rgb(185,173,64); }

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