#B6AE49

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

Shades of Brass #B6AE49

Tints of Brass #B6AE49

Color information

#B6AE49 (or 0xB6AE49) is unknown color: approx Brass. HEX triplet: B6, AE and 49. RGB value is (182,174,73). Sum of RGB (Red+Green+Blue) = 182+174+73=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AE49 is #4951B6. Grayscale: #A5A5A5. Windows color (decimal): -4805047 or 4828854. OLE color: 4828854.

HSL color Cylindrical-coordinate representation of color #B6AE49: hue angle of 55.6º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6AE49 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18217473-
CMYK00.040.600.29
HSL55.6º42.75%50%-
HSV(B)55.6º59.89%71.37%-
XYZ35.6340.712.28-
YUV164.8876.15140.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=42.42%
G=40.56%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821747300.040.600.2955.642.7550
HexB6AE49043C1D382b32
Octal266256111047435705362
Binary10110110101011101001001010011110011101111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE49; }

 p { color: rgb(182,174,73); }

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

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

 a { background-color: rgb(182,174,73); }

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

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

 span { border-color: rgb(182,174,73); }

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