#B3AF35

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

Shades of Brass #B3AF35

Tints of Brass #B3AF35

Color information

#B3AF35 (or 0xB3AF35) is unknown color: approx Brass. HEX triplet: B3, AF and 35. RGB value is (179,175,53). Sum of RGB (Red+Green+Blue) = 179+175+53=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF35 is #4C50CA. Grayscale: #A2A2A2. Windows color (decimal): -5001419 or 3518387. OLE color: 3518387.

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

Color convert

RGB17917553-
CMYK00.020.700.30
HSL58.1º54.31%45.49%-
HSV(B)58.1º70.39%70.2%-
XYZ34.5640.59.36-
YUV162.2966.33139.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=43.98%
G=43.00%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791755300.020.700.3058.154.3145.49
HexB3AF3502461E3a362d
Octal263257650210636726655
Binary1011001110101111110101010100011011110111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF35; }

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

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

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

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

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

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

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

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