#B6A13E

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

Shades of Brass #B6A13E

Tints of Brass #B6A13E

Color information

#B6A13E (or 0xB6A13E) is unknown color: approx Brass. HEX triplet: B6, A1 and 3E. RGB value is (182,161,62). Sum of RGB (Red+Green+Blue) = 182+161+62=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A13E is #495EC1. Grayscale: #9C9C9C. Windows color (decimal): -4808386 or 4104630. OLE color: 4104630.

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

Color convert

RGB18216162-
CMYK00.120.660.29
HSL49.5º49.18%47.84%-
HSV(B)49.5º65.93%71.37%-
XYZ32.9135.789.73-
YUV155.9974.96146.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 62 (24.61% from 255) = 15.31%
R=44.94%
G=39.75%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821616200.120.660.2949.549.1847.84
HexB6A13E0C421D323130
Octal2662417601410235626160
Binary101101101010000111111001100100001011101110010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A13E; }

 p { color: rgb(182,161,62); }

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

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

 a { background-color: rgb(182,161,62); }

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

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

 span { border-color: rgb(182,161,62); }

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