#B4AA48

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

Shades of Brass #B4AA48

Tints of Brass #B4AA48

Color information

#B4AA48 (or 0xB4AA48) is unknown color: approx Brass. HEX triplet: B4, AA and 48. RGB value is (180,170,72). Sum of RGB (Red+Green+Blue) = 180+170+72=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA48 is #4B55B7. Grayscale: #A2A2A2. Windows color (decimal): -4937144 or 4762292. OLE color: 4762292.

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

Color convert

RGB18017072-
CMYK00.060.600.29
HSL54.44º42.86%49.41%-
HSV(B)54.44º60%70.59%-
XYZ34.3738.9211.83-
YUV161.8277.31140.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 72 (28.52% from 255) = 17.06%
R=42.65%
G=40.28%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801707200.060.600.2954.4442.8649.41
HexB4AA48063C1D362b31
Octal264252110067435665361
Binary10110100101010101001000011011110011101110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA48; }

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

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

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

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

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

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

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

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