#B6A244

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

Shades of Brass #B6A244

Tints of Brass #B6A244

Color information

#B6A244 (or 0xB6A244) is unknown color: approx Brass. HEX triplet: B6, A2 and 44. RGB value is (182,162,68). Sum of RGB (Red+Green+Blue) = 182+162+68=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A244 is #495DBB. Grayscale: #9D9D9D. Windows color (decimal): -4808124 or 4498102. OLE color: 4498102.

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

Color convert

RGB18216268-
CMYK00.110.630.29
HSL49.47º45.6%49.02%-
HSV(B)49.47º62.64%71.37%-
XYZ33.2636.210.7-
YUV157.2677.63145.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 68 (26.95% from 255) = 16.50%
R=44.17%
G=39.32%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821626800.110.630.2949.4745.649.02
HexB6A2440B3F1D312e31
Octal2662421040137735615661
Binary101101101010001010001000101111111111101110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A244; }

 p { color: rgb(182,162,68); }

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

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

 a { background-color: rgb(182,162,68); }

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

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

 span { border-color: rgb(182,162,68); }

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