#B9AE35

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

Shades of Brass #B9AE35

Tints of Brass #B9AE35

Color information

#B9AE35 (or 0xB9AE35) is unknown color: approx Brass. HEX triplet: B9, AE and 35. RGB value is (185,174,53). Sum of RGB (Red+Green+Blue) = 185+174+53=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE35 is #4651CA. Grayscale: #A3A3A3. Windows color (decimal): -4608459 or 3518137. OLE color: 3518137.

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

Color convert

RGB18517453-
CMYK00.060.710.27
HSL55º55.46%46.67%-
HSV(B)55º71.35%72.55%-
XYZ35.7940.849.37-
YUV163.4965.64143.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 53 (21.09% from 255) = 12.86%
R=44.90%
G=42.23%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851745300.060.710.275555.4646.67
HexB9AE3506471B37372f
Octal271256650610733676757
Binary10111001101011101101010110100011111011110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE35; }

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

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

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

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

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

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

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

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