#B4AA35

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

Shades of Brass #B4AA35

Tints of Brass #B4AA35

Color information

#B4AA35 (or 0xB4AA35) is unknown color: approx Brass. HEX triplet: B4, AA and 35. RGB value is (180,170,53). Sum of RGB (Red+Green+Blue) = 180+170+53=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA35 is #4B55CA. Grayscale: #A0A0A0. Windows color (decimal): -4937163 or 3517108. OLE color: 3517108.

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

Color convert

RGB18017053-
CMYK00.060.710.29
HSL55.28º54.51%45.69%-
HSV(B)55.28º70.56%70.59%-
XYZ33.8438.719.06-
YUV159.6567.81142.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 53 (21.09% from 255) = 13.15%
R=44.67%
G=42.18%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801705300.060.710.2955.2854.5145.69
HexB4AA3506471D37372e
Octal264252650610735676756
Binary10110100101010101101010110100011111101110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA35; }

 p { color: rgb(180,170,53); }

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

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

 a { background-color: rgb(180,170,53); }

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

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

 span { border-color: rgb(180,170,53); }

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