#B2AE47

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

Shades of Brass #B2AE47

Tints of Brass #B2AE47

Color information

#B2AE47 (or 0xB2AE47) is unknown color: approx Brass. HEX triplet: B2, AE and 47. RGB value is (178,174,71). Sum of RGB (Red+Green+Blue) = 178+174+71=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AE47 is #4D51B8. Grayscale: #A3A3A3. Windows color (decimal): -5067193 or 4697778. OLE color: 4697778.

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

Color convert

RGB17817471-
CMYK00.020.600.30
HSL57.76º42.97%48.82%-
HSV(B)57.76º60.11%69.8%-
XYZ34.6340.1911.89-
YUV163.4575.83138.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 71 (28.12% from 255) = 16.78%
R=42.08%
G=41.13%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781747100.020.600.3057.7642.9748.82
HexB2AE47023C1E3a2b31
Octal262256107027436725361
Binary1011001010101110100011101011110011110111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE47; }

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

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

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

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

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

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

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

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