#B3A945

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

Shades of Brass #B3A945

Tints of Brass #B3A945

Color information

#B3A945 (or 0xB3A945) is unknown color: approx Brass. HEX triplet: B3, A9 and 45. RGB value is (179,169,69). Sum of RGB (Red+Green+Blue) = 179+169+69=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A945 is #4C56BA. Grayscale: #A1A1A1. Windows color (decimal): -5002939 or 4565427. OLE color: 4565427.

HSL color Cylindrical-coordinate representation of color #B3A945: hue angle of 54.55º 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 #B3A945 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17916969-
CMYK00.060.610.30
HSL54.55º44.35%48.63%-
HSV(B)54.55º61.45%70.2%-
XYZ33.8538.3911.26-
YUV160.5976.31141.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=42.93%
G=40.53%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791696900.060.610.3054.5544.3548.63
HexB3A945063D1E372c31
Octal263251105067536675461
Binary10110011101010011000101011011110111110110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A945; }

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

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

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

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

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

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

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

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