#B6AE3E

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

Shades of Brass #B6AE3E

Tints of Brass #B6AE3E

Color information

#B6AE3E (or 0xB6AE3E) is unknown color: approx Brass. HEX triplet: B6, AE and 3E. RGB value is (182,174,62). Sum of RGB (Red+Green+Blue) = 182+174+62=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AE3E is #4951C1. Grayscale: #A4A4A4. Windows color (decimal): -4805058 or 4107958. OLE color: 4107958.

HSL color Cylindrical-coordinate representation of color #B6AE3E: hue angle of 56º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6AE3E is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18217462-
CMYK00.040.660.29
HSL56º49.18%47.84%-
HSV(B)56º65.93%71.37%-
XYZ35.340.5610.53-
YUV163.6270.65141.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 62 (24.61% from 255) = 14.83%
R=43.54%
G=41.63%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821746200.040.660.295649.1847.84
HexB6AE3E04421D383130
Octal266256760410235706160
Binary10110110101011101111100100100001011101111000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE3E; }

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

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

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

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

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

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

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

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