#B2AF40

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

Shades of Brass #B2AF40

Tints of Brass #B2AF40

Color information

#B2AF40 (or 0xB2AF40) is unknown color: approx Brass. HEX triplet: B2, AF and 40. RGB value is (178,175,64). Sum of RGB (Red+Green+Blue) = 178+175+64=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF40 is #4D50BF. Grayscale: #A3A3A3. Windows color (decimal): -5066944 or 4239282. OLE color: 4239282.

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

Color convert

RGB17817564-
CMYK00.020.640.30
HSL58.42º47.11%47.45%-
HSV(B)58.42º64.04%69.8%-
XYZ34.6240.510.84-
YUV163.2471.99138.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 64 (25.39% from 255) = 15.35%
R=42.69%
G=41.97%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781756400.020.640.3058.4247.1147.45
HexB2AF4002401E3a2f2f
Octal2622571000210036725757
Binary10110010101011111000000010100000011110111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF40; }

 p { color: rgb(178,175,64); }

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

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

 a { background-color: rgb(178,175,64); }

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

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

 span { border-color: rgb(178,175,64); }

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