#B4AE34

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

Shades of Brass #B4AE34

Tints of Brass #B4AE34

Color information

#B4AE34 (or 0xB4AE34) is unknown color: approx Brass. HEX triplet: B4, AE and 34. RGB value is (180,174,52). Sum of RGB (Red+Green+Blue) = 180+174+52=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE34 is #4B51CB. Grayscale: #A2A2A2. Windows color (decimal): -4936140 or 3452596. OLE color: 3452596.

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

Color convert

RGB18017452-
CMYK00.030.710.29
HSL57.19º55.17%45.49%-
HSV(B)57.19º71.11%70.59%-
XYZ34.5840.229.19-
YUV161.8965.99140.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=44.33%
G=42.86%
B=12.81%

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
Decimal1801745200.030.710.2957.1955.1745.49
HexB4AE3403471D39372d
Octal264256640310735716755
Binary1011010010101110110100011100011111101111001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE34; }

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

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

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

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

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

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

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

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