#B4AA50

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

Shades of Brass #B4AA50

Tints of Brass #B4AA50

Color information

#B4AA50 (or 0xB4AA50) is unknown color: approx Brass. HEX triplet: B4, AA and 50. RGB value is (180,170,80). Sum of RGB (Red+Green+Blue) = 180+170+80=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA50 is #4B55AF. Grayscale: #A3A3A3. Windows color (decimal): -4937136 or 5286580. OLE color: 5286580.

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

Color convert

RGB18017080-
CMYK00.060.560.29
HSL54º40%50.98%-
HSV(B)54º55.56%70.59%-
XYZ34.6539.0313.3-
YUV162.7381.31140.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=41.86%
G=39.53%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801708000.060.560.29544050.98
HexB4AA5006381D362833
Octal264252120067035665063
Binary10110100101010101010000011011100011101110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA50; }

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

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

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

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

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

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

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

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