#B5AE34

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

Shades of Brass #B5AE34

Tints of Brass #B5AE34

Color information

#B5AE34 (or 0xB5AE34) is unknown color: approx Brass. HEX triplet: B5, AE and 34. RGB value is (181,174,52). Sum of RGB (Red+Green+Blue) = 181+174+52=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE34 is #4A51CB. Grayscale: #A2A2A2. Windows color (decimal): -4870604 or 3452597. OLE color: 3452597.

HSL color Cylindrical-coordinate representation of color #B5AE34: hue angle of 56.74º 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 #B5AE34 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18117452-
CMYK00.040.710.29
HSL56.74º55.36%45.69%-
HSV(B)56.74º71.27%70.98%-
XYZ34.8140.349.2-
YUV162.1865.82141.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 52 (20.70% from 255) = 12.78%
R=44.47%
G=42.75%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811745200.040.710.2956.7455.3645.69
HexB5AE3404471D39372e
Octal265256640410735716756
Binary10110101101011101101000100100011111101111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE34; }

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

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

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

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

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

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

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

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