#BAB540

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

Shades of Brass #BAB540

Tints of Brass #BAB540

Color information

#BAB540 (or 0xBAB540) is unknown color: approx Brass. HEX triplet: BA, B5 and 40. RGB value is (186,181,64). Sum of RGB (Red+Green+Blue) = 186+181+64=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB540 is #454ABF. Grayscale: #A9A9A9. Windows color (decimal): -4541120 or 4240826. OLE color: 4240826.

HSL color Cylindrical-coordinate representation of color #BAB540: hue angle of 57.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAB540 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18618164-
CMYK00.030.660.27
HSL57.54º48.8%49.02%-
HSV(B)57.54º65.59%72.94%-
XYZ37.743.8611.33-
YUV169.1668.66140.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=43.16%
G=42.00%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861816400.030.660.2757.5448.849.02
HexBAB54003421B3a3131
Octal2722651000310233726161
Binary10111010101101011000000011100001011011111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB540; }

 p { color: rgb(186,181,64); }

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

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

 a { background-color: rgb(186,181,64); }

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

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

 span { border-color: rgb(186,181,64); }

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