#BAB546

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

Shades of Brass #BAB546

Tints of Brass #BAB546

Color information

#BAB546 (or 0xBAB546) is unknown color: approx Brass. HEX triplet: BA, B5 and 46. RGB value is (186,181,70). Sum of RGB (Red+Green+Blue) = 186+181+70=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB546 is #454AB9. Grayscale: #AAAAAA. Windows color (decimal): -4541114 or 4634042. OLE color: 4634042.

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

Color convert

RGB18618170-
CMYK00.030.620.27
HSL57.41º45.67%50.2%-
HSV(B)57.41º62.37%72.94%-
XYZ37.8843.9312.28-
YUV169.8471.66139.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=42.56%
G=41.42%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861817000.030.620.2757.4145.6750.2
HexBAB546033E1B392e32
Octal272265106037633715662
Binary1011101010110101100011001111111011011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB546; }

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

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

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

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

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

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

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

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