#B4AE35

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

Shades of Brass #B4AE35

Tints of Brass #B4AE35

Color information

#B4AE35 (or 0xB4AE35) is unknown color: approx Brass. HEX triplet: B4, AE and 35. RGB value is (180,174,53). Sum of RGB (Red+Green+Blue) = 180+174+53=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE35 is #4B51CA. Grayscale: #A2A2A2. Windows color (decimal): -4936139 or 3518132. OLE color: 3518132.

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

Color convert

RGB18017453-
CMYK00.030.710.29
HSL57.17º54.51%45.69%-
HSV(B)57.17º70.56%70.59%-
XYZ34.640.239.31-
YUV16266.49140.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=44.23%
G=42.75%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801745300.030.710.2957.1754.5145.69
HexB4AE3503471D39372e
Octal264256650310735716756
Binary1011010010101110110101011100011111101111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE35; }

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

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

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

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

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

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

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

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