#B6AC3A

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

Shades of Brass #B6AC3A

Tints of Brass #B6AC3A

Color information

#B6AC3A (or 0xB6AC3A) is unknown color: approx Brass. HEX triplet: B6, AC and 3A. RGB value is (182,172,58). Sum of RGB (Red+Green+Blue) = 182+172+58=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC3A is #4953C5. Grayscale: #A2A2A2. Windows color (decimal): -4805574 or 3845302. OLE color: 3845302.

HSL color Cylindrical-coordinate representation of color #B6AC3A: hue angle of 55.16º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6AC3A is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18217258-
CMYK00.050.680.29
HSL55.16º51.67%47.06%-
HSV(B)55.16º68.13%71.37%-
XYZ34.8139.769.84-
YUV161.9969.31142.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 58 (23.05% from 255) = 14.08%
R=44.17%
G=41.75%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821725800.050.680.2955.1651.6747.06
HexB6AC3A05441D37342f
Octal266254720510435676457
Binary10110110101011001110100101100010011101110111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC3A; }

 p { color: rgb(182,172,58); }

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

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

 a { background-color: rgb(182,172,58); }

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

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

 span { border-color: rgb(182,172,58); }

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