#B2A037

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

Shades of Brass #B2A037

Tints of Brass #B2A037

Color information

#B2A037 (or 0xB2A037) is unknown color: approx Brass. HEX triplet: B2, A0 and 37. RGB value is (178,160,55). Sum of RGB (Red+Green+Blue) = 178+160+55=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A037 is #4D5FC8. Grayscale: #999999. Windows color (decimal): -5070793 or 3645618. OLE color: 3645618.

HSL color Cylindrical-coordinate representation of color #B2A037: hue angle of 51.22º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2A037 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17816055-
CMYK00.100.690.30
HSL51.22º52.79%45.69%-
HSV(B)51.22º69.1%69.8%-
XYZ31.6234.888.68-
YUV153.4172.46145.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 55 (21.88% from 255) = 13.99%
R=45.29%
G=40.71%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781605500.100.690.3051.2252.7945.69
HexB2A0370A451E33352e
Octal2622406701210536636556
Binary101100101010000011011101010100010111110110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A037; }

 p { color: rgb(178,160,55); }

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

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

 a { background-color: rgb(178,160,55); }

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

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

 span { border-color: rgb(178,160,55); }

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