#B4AA3E

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

Shades of Brass #B4AA3E

Tints of Brass #B4AA3E

Color information

#B4AA3E (or 0xB4AA3E) is unknown color: approx Brass. HEX triplet: B4, AA and 3E. RGB value is (180,170,62). Sum of RGB (Red+Green+Blue) = 180+170+62=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA3E is #4B55C1. Grayscale: #A1A1A1. Windows color (decimal): -4937154 or 4106932. OLE color: 4106932.

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

Color convert

RGB18017062-
CMYK00.060.660.29
HSL54.92º48.76%47.45%-
HSV(B)54.92º65.56%70.59%-
XYZ34.0738.810.25-
YUV160.6872.31141.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=43.69%
G=41.26%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801706200.060.660.2954.9248.7647.45
HexB4AA3E06421D37312f
Octal264252760610235676157
Binary10110100101010101111100110100001011101110111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA3E; }

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

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

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

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

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

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

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

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