#B5AE33

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

Shades of Brass #B5AE33

Tints of Brass #B5AE33

Color information

#B5AE33 (or 0xB5AE33) is unknown color: approx Brass. HEX triplet: B5, AE and 33. RGB value is (181,174,51). Sum of RGB (Red+Green+Blue) = 181+174+51=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE33 is #4A51CC. Grayscale: #A2A2A2. Windows color (decimal): -4870605 or 3387061. OLE color: 3387061.

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

Color convert

RGB18117451-
CMYK00.040.720.29
HSL56.77º56.03%45.49%-
HSV(B)56.77º71.82%70.98%-
XYZ34.7940.339.08-
YUV162.0765.32141.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=44.58%
G=42.86%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811745100.040.720.2956.7756.0345.49
HexB5AE3304481D39382d
Octal265256630411035717055
Binary10110101101011101100110100100100011101111001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE33; }

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

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

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

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

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

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

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

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