#B3AF34

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

Shades of Brass #B3AF34

Tints of Brass #B3AF34

Color information

#B3AF34 (or 0xB3AF34) is unknown color: approx Brass. HEX triplet: B3, AF and 34. RGB value is (179,175,52). Sum of RGB (Red+Green+Blue) = 179+175+52=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF34 is #4C50CB. Grayscale: #A2A2A2. Windows color (decimal): -5001420 or 3452851. OLE color: 3452851.

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

Color convert

RGB17917552-
CMYK00.020.710.30
HSL58.11º54.98%45.29%-
HSV(B)58.11º70.95%70.2%-
XYZ34.5440.499.24-
YUV162.1765.83140-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=44.09%
G=43.10%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791755200.020.710.3058.1154.9845.29
HexB3AF3402471E3a372d
Octal263257640210736726755
Binary1011001110101111110100010100011111110111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF34; }

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

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

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

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

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

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

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

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