#B9A934

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

Shades of Brass #B9A934

Tints of Brass #B9A934

Color information

#B9A934 (or 0xB9A934) is unknown color: approx Brass. HEX triplet: B9, A9 and 34. RGB value is (185,169,52). Sum of RGB (Red+Green+Blue) = 185+169+52=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A934 is #4656CB. Grayscale: #A0A0A0. Windows color (decimal): -4609740 or 3451321. OLE color: 3451321.

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

Color convert

RGB18516952-
CMYK00.090.720.27
HSL52.78º56.12%46.47%-
HSV(B)52.78º71.89%72.55%-
XYZ34.8238.948.93-
YUV160.4566.8145.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=45.57%
G=41.63%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851695200.090.720.2752.7856.1246.47
HexB9A93409481B35382e
Octal2712516401111033657056
Binary101110011010100111010001001100100011011110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A934; }

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

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

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

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

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

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

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

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