#B0AA4E

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

Shades of Brass #B0AA4E

Tints of Brass #B0AA4E

Color information

#B0AA4E (or 0xB0AA4E) is unknown color: approx Brass. HEX triplet: B0, AA and 4E. RGB value is (176,170,78). Sum of RGB (Red+Green+Blue) = 176+170+78=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA4E is #4F55B1. Grayscale: #A1A1A1. Windows color (decimal): -5199282 or 5155504. OLE color: 5155504.

HSL color Cylindrical-coordinate representation of color #B0AA4E: hue angle of 56.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0AA4E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17617078-
CMYK00.030.560.31
HSL56.33º38.58%49.8%-
HSV(B)56.33º55.68%69.02%-
XYZ33.6538.5312.87-
YUV161.3180.99138.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=41.51%
G=40.09%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761707800.030.560.3156.3338.5849.8
HexB0AA4E03381F382732
Octal260252116037037704762
Binary1011000010101010100111001111100011111111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA4E; }

 p { color: rgb(176,170,78); }

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

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

 a { background-color: rgb(176,170,78); }

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

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

 span { border-color: rgb(176,170,78); }

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