#B2AD44

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

Shades of Brass #B2AD44

Tints of Brass #B2AD44

Color information

#B2AD44 (or 0xB2AD44) is unknown color: approx Brass. HEX triplet: B2, AD and 44. RGB value is (178,173,68). Sum of RGB (Red+Green+Blue) = 178+173+68=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD44 is #4D52BB. Grayscale: #A2A2A2. Windows color (decimal): -5067452 or 4500914. OLE color: 4500914.

HSL color Cylindrical-coordinate representation of color #B2AD44: hue angle of 57.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2AD44 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB17817368-
CMYK00.030.620.30
HSL57.27º44.72%48.24%-
HSV(B)57.27º61.8%69.8%-
XYZ34.3539.7711.33-
YUV162.5274.66139.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 68 (26.95% from 255) = 16.23%
R=42.48%
G=41.29%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781736800.030.620.3057.2744.7248.24
HexB2AD44033E1E392d30
Octal262255104037636715560
Binary1011001010101101100010001111111011110111001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AD44; }

 p { color: rgb(178,173,68); }

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

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

 a { background-color: rgb(178,173,68); }

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

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

 span { border-color: rgb(178,173,68); }

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