#B3AE39

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

Shades of Brass #B3AE39

Tints of Brass #B3AE39

Color information

#B3AE39 (or 0xB3AE39) is unknown color: approx Brass. HEX triplet: B3, AE and 39. RGB value is (179,174,57). Sum of RGB (Red+Green+Blue) = 179+174+57=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AE39 is #4C51C6. Grayscale: #A2A2A2. Windows color (decimal): -5001671 or 3780275. OLE color: 3780275.

HSL color Cylindrical-coordinate representation of color #B3AE39: hue angle of 57.54º degrees, saturation: 0.52, 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 #B3AE39 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17917457-
CMYK00.030.680.30
HSL57.54º51.69%46.27%-
HSV(B)57.54º68.16%70.2%-
XYZ34.4640.159.8-
YUV162.1668.66140.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 57 (22.66% from 255) = 13.90%
R=43.66%
G=42.44%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791745700.030.680.3057.5451.6946.27
HexB3AE3903441E3a342e
Octal263256710310436726456
Binary1011001110101110111001011100010011110111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE39; }

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

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

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

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

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

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

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

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