#B2AE39

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

Shades of Brass #B2AE39

Tints of Brass #B2AE39

Color information

#B2AE39 (or 0xB2AE39) is unknown color: approx Brass. HEX triplet: B2, AE and 39. RGB value is (178,174,57). Sum of RGB (Red+Green+Blue) = 178+174+57=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AE39 is #4D51C6. Grayscale: #A2A2A2. Windows color (decimal): -5067207 or 3780274. OLE color: 3780274.

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

Color convert

RGB17817457-
CMYK00.020.680.30
HSL58.02º51.49%46.08%-
HSV(B)58.02º67.98%69.8%-
XYZ34.2340.039.79-
YUV161.8668.83139.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 57 (22.66% from 255) = 13.94%
R=43.52%
G=42.54%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781745700.020.680.3058.0251.4946.08
HexB2AE3902441E3a332e
Octal262256710210436726356
Binary1011001010101110111001010100010011110111010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE39; }

 p { color: rgb(178,174,57); }

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

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

 a { background-color: rgb(178,174,57); }

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

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

 span { border-color: rgb(178,174,57); }

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