#B4AA45

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

Shades of Brass #B4AA45

Tints of Brass #B4AA45

Color information

#B4AA45 (or 0xB4AA45) is unknown color: approx Brass. HEX triplet: B4, AA and 45. RGB value is (180,170,69). Sum of RGB (Red+Green+Blue) = 180+170+69=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA45 is #4B55BA. Grayscale: #A1A1A1. Windows color (decimal): -4937147 or 4565684. OLE color: 4565684.

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

Color convert

RGB18017069-
CMYK00.060.620.29
HSL54.59º44.58%48.82%-
HSV(B)54.59º61.67%70.59%-
XYZ34.2738.8811.33-
YUV161.4875.81141.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=42.96%
G=40.57%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801706900.060.620.2954.5944.5848.82
HexB4AA45063E1D372d31
Octal264252105067635675561
Binary10110100101010101000101011011111011101110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA45; }

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

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

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

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

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

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

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

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