#B9AE4E

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

Shades of Brass #B9AE4E

Tints of Brass #B9AE4E

Color information

#B9AE4E (or 0xB9AE4E) is unknown color: approx Brass. HEX triplet: B9, AE and 4E. RGB value is (185,174,78). Sum of RGB (Red+Green+Blue) = 185+174+78=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE4E is #4651B1. Grayscale: #A6A6A6. Windows color (decimal): -4608434 or 5156537. OLE color: 5156537.

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

Color convert

RGB18517478-
CMYK00.060.580.27
HSL53.83º43.32%51.57%-
HSV(B)53.83º57.84%72.55%-
XYZ36.5241.1413.22-
YUV166.3478.14141.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 78 (30.86% from 255) = 17.85%
R=42.33%
G=39.82%
B=17.85%

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
Decimal1851747800.060.580.2753.8343.3251.57
HexB9AE4E063A1B362b34
Octal271256116067233665364
Binary10111001101011101001110011011101011011110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE4E; }

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

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

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

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

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

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

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

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