#B4AA3A

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

Shades of Brass #B4AA3A

Tints of Brass #B4AA3A

Color information

#B4AA3A (or 0xB4AA3A) is unknown color: approx Brass. HEX triplet: B4, AA and 3A. RGB value is (180,170,58). Sum of RGB (Red+Green+Blue) = 180+170+58=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA3A is #4B55C5. Grayscale: #A0A0A0. Windows color (decimal): -4937158 or 3844788. OLE color: 3844788.

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

Color convert

RGB18017058-
CMYK00.060.680.29
HSL55.08º51.26%46.67%-
HSV(B)55.08º67.78%70.59%-
XYZ33.9638.769.69-
YUV160.2270.31142.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 58 (23.05% from 255) = 14.22%
R=44.12%
G=41.67%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801705800.060.680.2955.0851.2646.67
HexB4AA3A06441D37332f
Octal264252720610435676357
Binary10110100101010101110100110100010011101110111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA3A; }

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

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

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

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

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

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

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

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