#B5A43A

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

Shades of Brass #B5A43A

Tints of Brass #B5A43A

Color information

#B5A43A (or 0xB5A43A) is unknown color: approx Brass. HEX triplet: B5, A4 and 3A. RGB value is (181,164,58). Sum of RGB (Red+Green+Blue) = 181+164+58=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A43A is #4A5BC5. Grayscale: #9D9D9D. Windows color (decimal): -4873158 or 3843253. OLE color: 3843253.

HSL color Cylindrical-coordinate representation of color #B5A43A: hue angle of 51.71º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5A43A is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18116458-
CMYK00.090.680.29
HSL51.71º51.46%46.86%-
HSV(B)51.71º67.96%70.98%-
XYZ33.136.689.34-
YUV15772.13145.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 58 (23.05% from 255) = 14.39%
R=44.91%
G=40.69%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811645800.090.680.2951.7151.4646.86
HexB5A43A09441D34332f
Octal2652447201110435646357
Binary101101011010010011101001001100010011101110100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A43A; }

 p { color: rgb(181,164,58); }

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

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

 a { background-color: rgb(181,164,58); }

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

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

 span { border-color: rgb(181,164,58); }

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