#B3AA35

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

Shades of Brass #B3AA35

Tints of Brass #B3AA35

Color information

#B3AA35 (or 0xB3AA35) is unknown color: approx Brass. HEX triplet: B3, AA and 35. RGB value is (179,170,53). Sum of RGB (Red+Green+Blue) = 179+170+53=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AA35 is #4C55CA. Grayscale: #9F9F9F. Windows color (decimal): -5002699 or 3517107. OLE color: 3517107.

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

Color convert

RGB17917053-
CMYK00.050.700.30
HSL55.71º54.31%45.49%-
HSV(B)55.71º70.39%70.2%-
XYZ33.6138.599.05-
YUV159.3567.98142.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 53 (21.09% from 255) = 13.18%
R=44.53%
G=42.29%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791705300.050.700.3055.7154.3145.49
HexB3AA3505461E38362d
Octal263252650510636706655
Binary10110011101010101101010101100011011110111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA35; }

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

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

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

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

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

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

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

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