#B6A540

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

Shades of Brass #B6A540

Tints of Brass #B6A540

Color information

#B6A540 (or 0xB6A540) is unknown color: approx Brass. HEX triplet: B6, A5 and 40. RGB value is (182,165,64). Sum of RGB (Red+Green+Blue) = 182+165+64=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A540 is #495ABF. Grayscale: #9E9E9E. Windows color (decimal): -4807360 or 4236726. OLE color: 4236726.

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

Color convert

RGB18216564-
CMYK00.090.650.29
HSL51.36º47.97%48.24%-
HSV(B)51.36º64.84%71.37%-
XYZ33.6737.2310.26-
YUV158.5774.63144.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 64 (25.39% from 255) = 15.57%
R=44.28%
G=40.15%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821656400.090.650.2951.3647.9748.24
HexB6A54009411D333030
Octal26624510001110135636060
Binary1011011010100101100000001001100000111101110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A540; }

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

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

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

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

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

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

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

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