#B6A840

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

Shades of Brass #B6A840

Tints of Brass #B6A840

Color information

#B6A840 (or 0xB6A840) is unknown color: approx Brass. HEX triplet: B6, A8 and 40. RGB value is (182,168,64). Sum of RGB (Red+Green+Blue) = 182+168+64=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A840 is #4957BF. Grayscale: #A0A0A0. Windows color (decimal): -4806592 or 4237494. OLE color: 4237494.

HSL color Cylindrical-coordinate representation of color #B6A840: hue angle of 52.88º 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 #B6A840 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18216864-
CMYK00.080.650.29
HSL52.88º47.97%48.24%-
HSV(B)52.88º64.84%71.37%-
XYZ34.2238.3210.44-
YUV160.3373.64143.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=43.96%
G=40.58%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821686400.080.650.2952.8847.9748.24
HexB6A84008411D353030
Octal26625010001010135656060
Binary1011011010101000100000001000100000111101110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A840; }

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

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

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

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

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

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

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

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