#B6AC4A

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

Shades of Brass #B6AC4A

Tints of Brass #B6AC4A

Color information

#B6AC4A (or 0xB6AC4A) is unknown color: approx Brass. HEX triplet: B6, AC and 4A. RGB value is (182,172,74). Sum of RGB (Red+Green+Blue) = 182+172+74=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC4A is #4953B5. Grayscale: #A4A4A4. Windows color (decimal): -4805558 or 4893878. OLE color: 4893878.

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

Color convert

RGB18217274-
CMYK00.050.590.29
HSL54.44º42.52%50.2%-
HSV(B)54.44º59.34%71.37%-
XYZ35.2839.9412.33-
YUV163.8277.31140.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 74 (29.30% from 255) = 17.29%
R=42.52%
G=40.19%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821727400.050.590.2954.4442.5250.2
HexB6AC4A053B1D362b32
Octal266254112057335665362
Binary10110110101011001001010010111101111101110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC4A; }

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

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

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

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

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

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

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

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