#B6A945

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

Shades of Brass #B6A945

Tints of Brass #B6A945

Color information

#B6A945 (or 0xB6A945) is unknown color: approx Brass. HEX triplet: B6, A9 and 45. RGB value is (182,169,69). Sum of RGB (Red+Green+Blue) = 182+169+69=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A945 is #4956BA. Grayscale: #A1A1A1. Windows color (decimal): -4806331 or 4565430. OLE color: 4565430.

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

Color convert

RGB18216969-
CMYK00.070.620.29
HSL53.1º45.02%49.22%-
HSV(B)53.1º62.09%71.37%-
XYZ34.5538.7511.29-
YUV161.4975.81142.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 69 (27.34% from 255) = 16.43%
R=43.33%
G=40.24%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821696900.070.620.2953.145.0249.22
HexB6A945073E1D352d31
Octal266251105077635655561
Binary10110110101010011000101011111111011101110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A945; }

 p { color: rgb(182,169,69); }

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

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

 a { background-color: rgb(182,169,69); }

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

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

 span { border-color: rgb(182,169,69); }

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