#B6A34A

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

Shades of Brass #B6A34A

Tints of Brass #B6A34A

Color information

#B6A34A (or 0xB6A34A) is unknown color: approx Brass. HEX triplet: B6, A3 and 4A. RGB value is (182,163,74). Sum of RGB (Red+Green+Blue) = 182+163+74=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A34A is #495CB5. Grayscale: #9E9E9E. Windows color (decimal): -4807862 or 4891574. OLE color: 4891574.

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

Color convert

RGB18216374-
CMYK00.100.590.29
HSL49.44º42.52%50.2%-
HSV(B)49.44º59.34%71.37%-
XYZ33.6236.6311.78-
YUV158.5480.29144.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 74 (29.30% from 255) = 17.66%
R=43.44%
G=38.90%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821637400.100.590.2949.4442.5250.2
HexB6A34A0A3B1D312b32
Octal2662431120127335615362
Binary101101101010001110010100101011101111101110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A34A; }

 p { color: rgb(182,163,74); }

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

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

 a { background-color: rgb(182,163,74); }

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

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

 span { border-color: rgb(182,163,74); }

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