#B6A439

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

Shades of Brass #B6A439

Tints of Brass #B6A439

Color information

#B6A439 (or 0xB6A439) is unknown color: approx Brass. HEX triplet: B6, A4 and 39. RGB value is (182,164,57). Sum of RGB (Red+Green+Blue) = 182+164+57=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A439 is #495BC6. Grayscale: #9D9D9D. Windows color (decimal): -4807623 or 3777718. OLE color: 3777718.

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

Color convert

RGB18216457-
CMYK00.100.690.29
HSL51.36º52.3%46.86%-
HSV(B)51.36º68.68%71.37%-
XYZ33.3136.799.22-
YUV157.1871.46145.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=45.16%
G=40.69%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821645700.100.690.2951.3652.346.86
HexB6A4390A451D33342f
Octal2662447101210535636457
Binary101101101010010011100101010100010111101110011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A439; }

 p { color: rgb(182,164,57); }

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

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

 a { background-color: rgb(182,164,57); }

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

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

 span { border-color: rgb(182,164,57); }

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