#B3A939

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

Shades of Brass #B3A939

Tints of Brass #B3A939

Color information

#B3A939 (or 0xB3A939) is unknown color: approx Brass. HEX triplet: B3, A9 and 39. RGB value is (179,169,57). Sum of RGB (Red+Green+Blue) = 179+169+57=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A939 is #4C56C6. Grayscale: #9F9F9F. Windows color (decimal): -5002951 or 3778995. OLE color: 3778995.

HSL color Cylindrical-coordinate representation of color #B3A939: hue angle of 55.08º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3A939 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17916957-
CMYK00.060.680.30
HSL55.08º51.69%46.27%-
HSV(B)55.08º68.16%70.2%-
XYZ33.5238.269.49-
YUV159.2270.31142.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 57 (22.66% from 255) = 14.07%
R=44.20%
G=41.73%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791695700.060.680.3055.0851.6946.27
HexB3A93906441E37342e
Octal263251710610436676456
Binary10110011101010011110010110100010011110110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A939; }

 p { color: rgb(179,169,57); }

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

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

 a { background-color: rgb(179,169,57); }

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

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

 span { border-color: rgb(179,169,57); }

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