#B6AE42

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

Shades of Brass #B6AE42

Tints of Brass #B6AE42

Color information

#B6AE42 (or 0xB6AE42) is unknown color: approx Brass. HEX triplet: B6, AE and 42. RGB value is (182,174,66). Sum of RGB (Red+Green+Blue) = 182+174+66=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AE42 is #4951BD. Grayscale: #A4A4A4. Windows color (decimal): -4805054 or 4370102. OLE color: 4370102.

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

Color convert

RGB18217466-
CMYK00.040.640.29
HSL55.86º46.77%48.63%-
HSV(B)55.86º63.74%71.37%-
XYZ35.4140.6111.13-
YUV164.0872.65140.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 66 (26.17% from 255) = 15.64%
R=43.13%
G=41.23%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821746600.040.640.2955.8646.7748.63
HexB6AE4204401D382f31
Octal2662561020410035705761
Binary101101101010111010000100100100000011101111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE42; }

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

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

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

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

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

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

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

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