#B6A538

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

Shades of Brass #B6A538

Tints of Brass #B6A538

Color information

#B6A538 (or 0xB6A538) is unknown color: approx Brass. HEX triplet: B6, A5 and 38. RGB value is (182,165,56). Sum of RGB (Red+Green+Blue) = 182+165+56=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A538 is #495AC7. Grayscale: #9E9E9E. Windows color (decimal): -4807368 or 3712438. OLE color: 3712438.

HSL color Cylindrical-coordinate representation of color #B6A538: hue angle of 51.9º degrees, saturation: 0.53, 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 #B6A538 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18216556-
CMYK00.090.690.29
HSL51.9º52.94%46.67%-
HSV(B)51.9º69.23%71.37%-
XYZ33.4637.149.15-
YUV157.6670.63145.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 56 (22.27% from 255) = 13.90%
R=45.16%
G=40.94%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821655600.090.690.2951.952.9446.67
HexB6A53809451D34352f
Octal2662457001110535646557
Binary101101101010010111100001001100010111101110100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A538; }

 p { color: rgb(182,165,56); }

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

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

 a { background-color: rgb(182,165,56); }

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

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

 span { border-color: rgb(182,165,56); }

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