#b9a340

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

Shades of Brass #B9A340

Tints of Brass #B9A340

Color information

#B9A340 (or 0xB9A340) is unknown color: approx Brass. HEX triplet: B9, A3 and 40. RGB value is (185,163,64). Sum of RGB (Red+Green+Blue) = 185+163+64=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A340 is #465CBF. Grayscale: #9E9E9E. Windows color (decimal): -4611264 or 4236217. OLE color: 4236217.

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

Color convert

RGB18516364-
CMYK00.120.650.27
HSL49.09º48.59%48.82%-
HSV(B)49.09º65.41%72.55%-
XYZ34.0336.8810.18-
YUV158.2974.79147.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 163 (64.06% from 255) = 39.56%
BLUE value IS 64 (25.39% from 255) = 15.53%
R=44.90%
G=39.56%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851636400.120.650.2749.0948.5948.82
HexB9A3400C411B313131
Octal27124310001410133616161
Binary1011100110100011100000001100100000111011110001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9a340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9a340; }

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

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

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

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

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

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

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

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