#B4AA36

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

Shades of Brass #B4AA36

Tints of Brass #B4AA36

Color information

#B4AA36 (or 0xB4AA36) is unknown color: approx Brass. HEX triplet: B4, AA and 36. RGB value is (180,170,54). Sum of RGB (Red+Green+Blue) = 180+170+54=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA36 is #4B55C9. Grayscale: #A0A0A0. Windows color (decimal): -4937162 or 3582644. OLE color: 3582644.

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

Color convert

RGB18017054-
CMYK00.060.70.29
HSL55.24º53.85%45.88%-
HSV(B)55.24º70%70.59%-
XYZ33.8638.729.18-
YUV159.7768.31142.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 54 (21.48% from 255) = 13.37%
R=44.55%
G=42.08%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801705400.060.70.2955.2453.8545.88
HexB4AA3606461D37362e
Octal264252660610635676656
Binary10110100101010101101100110100011011101110111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA36; }

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

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

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

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

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

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

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

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