#B2AF41

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

Shades of Brass #B2AF41

Tints of Brass #B2AF41

Color information

#B2AF41 (or 0xB2AF41) is unknown color: approx Brass. HEX triplet: B2, AF and 41. RGB value is (178,175,65). Sum of RGB (Red+Green+Blue) = 178+175+65=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF41 is #4D50BE. Grayscale: #A3A3A3. Windows color (decimal): -5066943 or 4304818. OLE color: 4304818.

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

Color convert

RGB17817565-
CMYK00.020.630.30
HSL58.41º46.5%47.65%-
HSV(B)58.41º63.48%69.8%-
XYZ34.6440.5110.99-
YUV163.3672.49138.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 65 (25.78% from 255) = 15.55%
R=42.58%
G=41.87%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781756500.020.630.3058.4146.547.65
HexB2AF41023F1E3a2f30
Octal262257101027736725760
Binary1011001010101111100000101011111111110111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF41; }

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

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

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

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

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

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

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

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