#B2AE41

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

Shades of Brass #B2AE41

Tints of Brass #B2AE41

Color information

#B2AE41 (or 0xB2AE41) is unknown color: approx Brass. HEX triplet: B2, AE and 41. RGB value is (178,174,65). Sum of RGB (Red+Green+Blue) = 178+174+65=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AE41 is #4D51BE. Grayscale: #A3A3A3. Windows color (decimal): -5067199 or 4304562. OLE color: 4304562.

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

Color convert

RGB17817465-
CMYK00.020.630.30
HSL57.88º46.5%47.65%-
HSV(B)57.88º63.48%69.8%-
XYZ34.4540.1210.93-
YUV162.7772.83138.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 65 (25.78% from 255) = 15.59%
R=42.69%
G=41.73%
B=15.59%

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
Decimal1781746500.020.630.3057.8846.547.65
HexB2AE41023F1E3a2f30
Octal262256101027736725760
Binary1011001010101110100000101011111111110111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE41; }

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

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

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

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

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

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

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

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