#B3AD46

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

Shades of Brass #B3AD46

Tints of Brass #B3AD46

Color information

#B3AD46 (or 0xB3AD46) is unknown color: approx Brass. HEX triplet: B3, AD and 46. RGB value is (179,173,70). Sum of RGB (Red+Green+Blue) = 179+173+70=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD46 is #4C52B9. Grayscale: #A3A3A3. Windows color (decimal): -5001914 or 4631987. OLE color: 4631987.

HSL color Cylindrical-coordinate representation of color #B3AD46: hue angle of 56.7º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3AD46 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17917370-
CMYK00.030.610.30
HSL56.7º43.78%48.82%-
HSV(B)56.7º60.89%70.2%-
XYZ34.6439.9111.67-
YUV163.0575.49139.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 70 (27.73% from 255) = 16.59%
R=42.42%
G=41.00%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791737000.030.610.3056.743.7848.82
HexB3AD46033D1E392c31
Octal263255106037536715461
Binary1011001110101101100011001111110111110111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD46; }

 p { color: rgb(179,173,70); }

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

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

 a { background-color: rgb(179,173,70); }

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

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

 span { border-color: rgb(179,173,70); }

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