#B5A832

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

Shades of Brass #B5A832

Tints of Brass #B5A832

Color information

#B5A832 (or 0xB5A832) is unknown color: approx Brass. HEX triplet: B5, A8 and 32. RGB value is (181,168,50). Sum of RGB (Red+Green+Blue) = 181+168+50=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A832 is #4A57CD. Grayscale: #9E9E9E. Windows color (decimal): -4872142 or 3319989. OLE color: 3319989.

HSL color Cylindrical-coordinate representation of color #B5A832: hue angle of 54.05º degrees, saturation: 0.57, 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 #B5A832 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18116850-
CMYK00.070.720.29
HSL54.05º56.71%45.29%-
HSV(B)54.05º72.38%70.98%-
XYZ33.6338.068.59-
YUV158.4466.81144.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 168 (66.02% from 255) = 42.11%
BLUE value IS 50 (19.92% from 255) = 12.53%
R=45.36%
G=42.11%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811685000.070.720.2954.0556.7145.29
HexB5A83207481D36392d
Octal265250620711035667155
Binary10110101101010001100100111100100011101110110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A832; }

 p { color: rgb(181,168,50); }

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

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

 a { background-color: rgb(181,168,50); }

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

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

 span { border-color: rgb(181,168,50); }

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