#B9AE4D

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

Shades of Brass #B9AE4D

Tints of Brass #B9AE4D

Color information

#B9AE4D (or 0xB9AE4D) is unknown color: approx Brass. HEX triplet: B9, AE and 4D. RGB value is (185,174,77). Sum of RGB (Red+Green+Blue) = 185+174+77=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE4D is #4651B2. Grayscale: #A6A6A6. Windows color (decimal): -4608435 or 5091001. OLE color: 5091001.

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

Color convert

RGB18517477-
CMYK00.060.580.27
HSL53.89º43.55%51.37%-
HSV(B)53.89º58.38%72.55%-
XYZ36.4841.1213.04-
YUV166.2377.64141.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 77 (30.47% from 255) = 17.66%
R=42.43%
G=39.91%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851747700.060.580.2753.8943.5551.37
HexB9AE4D063A1B362c33
Octal271256115067233665463
Binary10111001101011101001101011011101011011110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE4D; }

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

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

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

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

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

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

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

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