#B4AE47

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

Shades of Brass #B4AE47

Tints of Brass #B4AE47

Color information

#B4AE47 (or 0xB4AE47) is unknown color: approx Brass. HEX triplet: B4, AE and 47. RGB value is (180,174,71). Sum of RGB (Red+Green+Blue) = 180+174+71=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE47 is #4B51B8. Grayscale: #A4A4A4. Windows color (decimal): -4936121 or 4697780. OLE color: 4697780.

HSL color Cylindrical-coordinate representation of color #B4AE47: hue angle of 56.7º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4AE47 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18017471-
CMYK00.030.610.29
HSL56.7º43.43%49.22%-
HSV(B)56.7º60.56%70.59%-
XYZ35.140.4311.92-
YUV164.0575.49139.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 71 (28.12% from 255) = 16.71%
R=42.35%
G=40.94%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801747100.030.610.2956.743.4349.22
HexB4AE47033D1D392b31
Octal264256107037535715361
Binary1011010010101110100011101111110111101111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE47; }

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

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

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

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

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

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

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

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