#b3aa4c

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

Shades of Brass #B3AA4C

Tints of Brass #B3AA4C

Color information

#B3AA4C (or 0xB3AA4C) is unknown color: approx Brass. HEX triplet: B3, AA and 4C. RGB value is (179,170,76). Sum of RGB (Red+Green+Blue) = 179+170+76=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AA4C is #4C55B3. Grayscale: #A2A2A2. Windows color (decimal): -5002676 or 5024435. OLE color: 5024435.

HSL color Cylindrical-coordinate representation of color #B3AA4C: hue angle of 54.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3AA4C is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17917076-
CMYK00.050.580.30
HSL54.76º40.39%50%-
HSV(B)54.76º57.54%70.2%-
XYZ34.2738.8512.53-
YUV161.9779.48140.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 76 (30.08% from 255) = 17.88%
R=42.12%
G=40%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791707600.050.580.3054.7640.3950
HexB3AA4C053A1E372832
Octal263252114057236675062
Binary10110011101010101001100010111101011110110111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3aa4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3aa4c; }

 p { color: rgb(179,170,76); }

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

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

 a { background-color: rgb(179,170,76); }

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

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

 span { border-color: rgb(179,170,76); }

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